##// END OF EJS Templates
tests: test case where default ca certs not available...
Gregory Szorc -
r29448:afbe1fe4 default
parent child Browse files
Show More
@@ -51,6 +51,11 b' we are able to load CA certs.'
51 $ hg clone https://localhost:$HGPORT/ copy-pull
51 $ hg clone https://localhost:$HGPORT/ copy-pull
52 abort: error: *certificate verify failed* (glob)
52 abort: error: *certificate verify failed* (glob)
53 [255]
53 [255]
54 #else
55 $ hg clone https://localhost:$HGPORT/ copy-pull
56 abort: localhost certificate error: no certificate received
57 (set hostsecurity.localhost:certfingerprints=sha256:62:09:97:2f:97:60:e3:65:8f:12:5d:78:9e:35:a1:36:7a:65:4b:0e:9f:ac:db:c3:bc:6e:b6:a3:c0:16:e0:30 config setting or use --insecure to connect insecurely)
58 [255]
54 #endif
59 #endif
55
60
56 Specifying a per-host certificate file that doesn't exist will abort
61 Specifying a per-host certificate file that doesn't exist will abort
General Comments 0
You need to be logged in to leave comments. Login now