##// END OF EJS Templates
test-https: add some more known failure messages of client certs (issue6030)...
Yuya Nishihara -
r42141:40651930 stable
parent child Browse files
Show More
@@ -630,7 +630,7 b' without client certificate:'
630
630
631 $ P="$CERTSDIR" hg id https://localhost:$HGPORT/
631 $ P="$CERTSDIR" hg id https://localhost:$HGPORT/
632 warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?)
632 warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?)
633 abort: error: *handshake failure* (glob)
633 abort: error: .*(\$ECONNRESET\$|certificate required|handshake failure).* (re)
634 [255]
634 [255]
635
635
636 with client certificate:
636 with client certificate:
General Comments 0
You need to be logged in to leave comments. Login now