-
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::X509::Certificate regression in 1.7.23 and 9.0.4.0 #78
Comments
For server certificates, there's another exception (StringIndexOutOfBoundsException):
Full stack trace is here: https://travis-ci.org/treasure-data/td-client-ruby/jobs/98657026 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my environment, JRuby 1.7.23 (& 1.7.22) and 9.0.4.0 crash when
Certificate#to_text
called.Certificate#to_text
always called when WEBrick starts with SSL configuration, so it always crashes.9.0.4.0:
1.7.23:
The text was updated successfully, but these errors were encountered: