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
In MRI (2.1.6), this works, but in JRuby 1.7.19 this fails with
OpenSSL::SSL::SSLError: no cipher match
ciphers= at org/jruby/ext/openssl/SSLContext.java:462
The background is that I am working on excluding certain ciphers from the default cipher set and am having difficulty assigning #ciphers= to a subset of itself.
The text was updated successfully, but these errors were encountered:
Minimal reproduction:
In MRI (2.1.6), this works, but in JRuby 1.7.19 this fails with
The background is that I am working on excluding certain ciphers from the default cipher set and am having difficulty assigning
#ciphers=
to a subset of itself.The text was updated successfully, but these errors were encountered: