-
Notifications
You must be signed in to change notification settings - Fork 82
Calling SSLContext#min_version= or max_version= results in call to undefined method set_minmax_proto_version #172
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
Comments
jhecking
added a commit
to aerospike/aerospike-client-ruby
that referenced
this issue
Aug 1, 2018
jhecking
added a commit
to aerospike/aerospike-client-ruby
that referenced
this issue
Aug 2, 2018
jhecking
added a commit
to aerospike/aerospike-client-ruby
that referenced
this issue
Aug 6, 2018
* Update dependencies for JRuby * Add JRuby back to CI test matrix * Skip TLS specs on JRuby for now (ref. jruby/jruby-openssl#172)
What's the resolution for this, as I'm getting the same error. |
8 tasks
Fixed in #215 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Calling
SSLContext#min_version=
orSSLContext#max_version=
raises aNoMethodError
for undefined methodset_minmax_proto_version
:The text was updated successfully, but these errors were encountered: