You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reviewing the httpi code, the gem hardcodes acceptable SSL_VERSIONS. The highest version available to pass as an argument from savon is TLSv1.
It's my understanding that with curl when you specify TLSv1, it will attempt to use the best available version of TLS. I imagine curb does the same thing (though I'm not certain.)
I have opened a pull request to httpi to support introspecting into OpenSSL to figure out what supported versions are available. This should make httpi compatible with Ruby 1.9+-2.x+
After reviewing the httpi code, the gem hardcodes acceptable SSL_VERSIONS. The highest version available to pass as an argument from savon is TLSv1.
It's my understanding that with curl when you specify TLSv1, it will attempt to use the best available version of TLS. I imagine curb does the same thing (though I'm not certain.)
I have opened a pull request to httpi to support introspecting into OpenSSL to figure out what supported versions are available. This should make httpi compatible with Ruby 1.9+-2.x+
#136
The text was updated successfully, but these errors were encountered: