We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbb24fd + fc4629d commit 94fb921Copy full SHA for 94fb921
test/openssl/test_ssl.rb
@@ -1046,9 +1046,7 @@ def test_connect_certificate_verify_failed_exception_message
1046
start_server(ignore_listener_error: true) { |port|
1047
ctx = OpenSSL::SSL::SSLContext.new
1048
ctx.set_params
1049
- # OpenSSL <= 1.1.0: "self signed certificate in certificate chain"
1050
- # OpenSSL >= 3.0.0: "self-signed certificate in certificate chain"
1051
- assert_raise_with_message(OpenSSL::SSL::SSLError, /self.signed/) {
+ assert_raise_with_message(OpenSSL::SSL::SSLError, /certificate/) {
1052
server_connect(port, ctx)
1053
}
1054
0 commit comments