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.
1 parent e2d1488 commit a2ed96dCopy full SHA for a2ed96d
tests/testsuite/https.rs
@@ -30,7 +30,7 @@ fn self_signed_should_fail() {
30
.build();
31
// I think the text here depends on the curl backend.
32
let err_msg = if cfg!(target_os = "macos") {
33
- "unexpected return value from ssl handshake -9806; class=Ssl (16)"
+ "untrusted connection error; class=Ssl (16); code=Certificate (-17)"
34
} else if cfg!(unix) {
35
"the SSL certificate is invalid; class=Ssl (16); code=Certificate (-17)"
36
} else if cfg!(windows) {
0 commit comments