##// END OF EJS Templates
test: accept another error message on lack of TLS client certificate...
Julien Cristau -
r49934:d8a38186 default
parent child Browse files
Show More
@@ -518,7 +518,7 b' Start hgweb that requires client certifi'
518 without client certificate:
518 without client certificate:
519
519
520 $ P="$CERTSDIR" hg id https://localhost:$HGPORT/
520 $ P="$CERTSDIR" hg id https://localhost:$HGPORT/
521 abort: error: .*(\$ECONNRESET\$|certificate required|handshake failure).* (re)
521 abort: error: .*(\$ECONNRESET\$|certificate required|handshake failure|EOF occurred).* (re)
522 [100]
522 [100]
523
523
524 with client certificate:
524 with client certificate:
General Comments 0
You need to be logged in to leave comments. Login now