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
Starting with jruby-openssl 0.13.0[1] (which is included in JRuby >=
9.3.5.0), certificate signing raises an error when there is a
discrepancy between the certificate and key. This behavior in JRuby
differs from MRI OpenSSL.
This commit adds a test for this JRuby-specific behavior and updates
existing tests to skip when running on affected versions of JRuby.
[1] jruby/jruby-openssl@4b2968b
0 commit comments