On Mon Feb 18 19:56:33 2013, SRI wrote:
Show quoted text> Hi,
>
> Looks like the new version check in IO::Socket::SSL 1.84 has broken
> client side SNI support on
> OS X (Mountain Lion), which ships with OpenSSL 0.9.8r, and which does
> support SNI. In fact, it
> used to work just fine with older versions of IO::Socket::SSL.
Hi Sebastian,
I had to disable client side SNI support for anything below 1.0.0.
While the majority if sites work with SNI in 0.9.8, there are some
sites like www.greencart.in, which are broken even with the latest
0.9.8y.
See also the Changelog:
| v1.84 2013.02.15
| - disabled client side SNI for openssl version < 1.0.0 because of RT#83289
Unfortunatly there is no openssl bug I might point to, it looks like they just
fixed the problem w/o even realizing that there was one.
Cheers,
Steffen