Re: [twsocket] SSL SNI support

2015-12-07 Thread Angus Robertson - Magenta Systems Ltd
> What is the URL of the failing site? > > https://ip.mellennia.com/ > > I tried it with couple of ICS demos and it fails with SSL handshake error > unless you comment out setting SslServerName I know I've said this before, but I always investigate SSL issues using: https://www.ssllabs.com/ssl

Re: [twsocket] SSL SNI support

2015-12-07 Thread Eugene Kotlyarov
>> FCtrlSocket.SslServerName := FHostName; { V8.11 needed for SNI >> support } >> >> It broke connection to one of the thirdparty servers that I use, so >> I'm trying to figure out is it a problem with ICS/OpenSSL or problem with >> site? >> Is it supposed to work with all sites? >When IPv4 a

Re: [twsocket] SSL SNI support

2015-12-05 Thread Angus Robertson - Magenta Systems Ltd
> Could someone explain this change in OverbyteIcsHttpProt.pas > > FCtrlSocket.SslServerName := FHostName; { V8.11 needed for SNI support } > > It broke connection to one of the thirdparty servers that I use, so I'm > trying to figure out is it a problem with ICS/OpenSSL or problem with site? >

[twsocket] SSL SNI support

2015-12-04 Thread Eugene Kotlyarov
Hi Could someone explain this change in OverbyteIcsHttpProt.pas FCtrlSocket.SslServerName := FHostName; { V8.11 needed for SNI support } It broke connection to one of the thirdparty servers that I use, so I'm trying to figure out is it a problem with ICS/OpenSSL or problem with site

[twsocket] SSL SNI support

2015-06-02 Thread Angus Robertson - Magenta Systems Ltd
I've updated the HTTP, FTP, SMTP and POP3 client components for SSL SNI (server name indication) support allowing SSL servers to select correct SSL context and certificate. These changes are in SVN and the overnight V8 zip file. This is primarily for SSL web sites on shared hosting using SNI th