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
NOTE: This project is for Ruby version 2.3 and older.
For Ruby versions >= 2.4 please file an issue here.
What problems are you experiencing?
TLS1.2 not supported in the Ruby 1.8.7 installer which is compiled with OpenSSL 1.0.0k. I was wondering if it would be possible to release a 1.8.7 installer which is compiled with a newer version of OpenSSL libraries. (I have been trying to compile myself with no success as of yet).
The last release of Ruby 1.9.3 didn't support TLSv1.1 or TLSv1.2. Hence, along with the OpenSSL library issue, you would also have to change the std-lib OpenSSL code.
NOTE: This project is for Ruby version 2.3 and older.
For Ruby versions >= 2.4 please file an issue here.
What problems are you experiencing?
TLS1.2 not supported in the Ruby 1.8.7 installer which is compiled with OpenSSL 1.0.0k. I was wondering if it would be possible to release a 1.8.7 installer which is compiled with a newer version of OpenSSL libraries. (I have been trying to compile myself with no success as of yet).
Steps to reproduce
Try to open a URL which requires TLS1.2
What's the output from
ruby -v
?ruby 1.8.7 (2013-06-27 patchlevel 374) [i386-mingw32]
The text was updated successfully, but these errors were encountered: