Show More
@@ -243,6 +243,7 b' Prepare for connecting through proxy' | |||
|
243 | 243 | Test unvalidated https through proxy |
|
244 | 244 | |
|
245 | 245 | $ http_proxy=http://localhost:$HGPORT1/ hg -R copy-pull pull --insecure --traceback |
|
246 | 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) | |
|
246 | 247 | pulling from https://localhost:$HGPORT/ |
|
247 | 248 | searching for changes |
|
248 | 249 | no changes found |
@@ -261,8 +262,8 b' Test https with cacert and fingerprint t' | |||
|
261 | 262 | Test https with cert problems through proxy |
|
262 | 263 | |
|
263 | 264 | $ http_proxy=http://localhost:$HGPORT1/ hg -R copy-pull pull --config web.cacerts=pub-other.pem |
|
264 |
abort: error: |
|
|
265 | abort: error: *:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed (glob) | |
|
265 | 266 | [255] |
|
266 | 267 | $ http_proxy=http://localhost:$HGPORT1/ hg -R copy-pull pull --config web.cacerts=pub-expired.pem https://localhost:$HGPORT2/ |
|
267 |
abort: error: |
|
|
268 | abort: error: *:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed (glob) | |
|
268 | 269 | [255] |
General Comments 0
You need to be logged in to leave comments.
Login now