Show More
@@ -121,7 +121,7 b" Apple's OpenSSL. This trick do not work " | |||
|
121 | 121 | $ DISABLEOSXDUMMYCERT= |
|
122 | 122 | #if osx |
|
123 | 123 | $ hg clone https://localhost:$HGPORT/ copy-pull |
|
124 |
abort: error: * |
|
|
124 | abort: error: *certificate verify failed* (glob) | |
|
125 | 125 | [255] |
|
126 | 126 | |
|
127 | 127 | $ DISABLEOSXDUMMYCERT="--config=web.cacerts=" |
@@ -205,7 +205,7 b' cacert mismatch' | |||
|
205 | 205 | searching for changes |
|
206 | 206 | no changes found |
|
207 | 207 | $ hg -R copy-pull pull --config web.cacerts=pub-other.pem |
|
208 |
abort: error: * |
|
|
208 | abort: error: *certificate verify failed* (glob) | |
|
209 | 209 | [255] |
|
210 | 210 | $ hg -R copy-pull pull --config web.cacerts=pub-other.pem --insecure |
|
211 | 211 | warning: localhost certificate with fingerprint 91:4f:1a:ff:87:24:9c:09:b6:85:9b:88:b1:90:6d:30:75:64:91:ca not verified (check hostfingerprints or web.cacerts config setting) |
@@ -218,7 +218,7 b" Test server cert which isn't valid yet" | |||
|
218 | 218 | $ hg -R test serve -p $HGPORT1 -d --pid-file=hg1.pid --certificate=server-not-yet.pem |
|
219 | 219 | $ cat hg1.pid >> $DAEMON_PIDS |
|
220 | 220 | $ hg -R copy-pull pull --config web.cacerts=pub-not-yet.pem https://localhost:$HGPORT1/ |
|
221 |
abort: error: * |
|
|
221 | abort: error: *certificate verify failed* (glob) | |
|
222 | 222 | [255] |
|
223 | 223 | |
|
224 | 224 | Test server cert which no longer is valid |
@@ -226,7 +226,7 b' Test server cert which no longer is vali' | |||
|
226 | 226 | $ hg -R test serve -p $HGPORT2 -d --pid-file=hg2.pid --certificate=server-expired.pem |
|
227 | 227 | $ cat hg2.pid >> $DAEMON_PIDS |
|
228 | 228 | $ hg -R copy-pull pull --config web.cacerts=pub-expired.pem https://localhost:$HGPORT2/ |
|
229 |
abort: error: * |
|
|
229 | abort: error: *certificate verify failed* (glob) | |
|
230 | 230 | [255] |
|
231 | 231 | |
|
232 | 232 | Fingerprints |
@@ -286,8 +286,8 b' Test https with cacert and fingerprint t' | |||
|
286 | 286 | Test https with cert problems through proxy |
|
287 | 287 | |
|
288 | 288 | $ http_proxy=http://localhost:$HGPORT1/ hg -R copy-pull pull --config web.cacerts=pub-other.pem |
|
289 |
abort: error: * |
|
|
289 | abort: error: *certificate verify failed* (glob) | |
|
290 | 290 | [255] |
|
291 | 291 | $ http_proxy=http://localhost:$HGPORT1/ hg -R copy-pull pull --config web.cacerts=pub-expired.pem https://localhost:$HGPORT2/ |
|
292 |
abort: error: * |
|
|
292 | abort: error: *certificate verify failed* (glob) | |
|
293 | 293 | [255] |
General Comments 0
You need to be logged in to leave comments.
Login now