Hi, any feedback on this? The patch adds the ability to turn off SNI triggering behavior, but by default it continues the previous behavior. Not all SSL servers support SNI, and by forcing SNI without an option to disable it, makes...edk750 (Eddy Kim)
sorry, this was my first ticket, so didn't see the bug reporting guidelines until now: ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux] (although the patch is against 2.1) And this should go to naruse, though I can't seem...edk750 (Eddy Kim)
If ruby is using openssl with TLS extensions, and we attempt to connect to a server which supports TLS, but not SNI, the connection fails. e.g.: ~~~Ruby uri = URI.parse("https://example.com") # a server that supports TLSv1 but not...edk750 (Eddy Kim)