> 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
>> 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
> 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?
>
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
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