-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenSSL::SSL::SSLError: certificate verify failed with JRuby 1.7.25 and 9.1.2.0 #98
Comments
experiencing same on jruby -v9.1.7.0
|
JRuby couldn't connect to google. |
|
|
We can use
This is definitely the jruby openssl issue. |
I can no longer reproduce this error with JRuby 9.1.7.0. I don't know if this should be kept open for the older versions, but I have no objections if someone closes the ticket. |
I'm experiencing this in 9.1.13 fetching https://www.google.com. :
this same request works as expected from MRI 2.4.1 |
I'm getting a
SSLError
when working withopen-uri
.It appears to be identical, or very similar, to issue #67.
Steps to reproduce
jruby -ropen-uri -e 'open("https://answers.chartboost.com/")'
Result in JRuby 1.7.25
Result in JRuby 9.1.20
The text was updated successfully, but these errors were encountered: