Show More
@@ -282,14 +282,14 b' cacert mismatch' | |||
|
282 | 282 | > https://$LOCALIP:$HGPORT/ |
|
283 | 283 | pulling from https://*:$HGPORT/ (glob) |
|
284 | 284 | warning: connecting to $LOCALIP using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?) |
|
285 | abort: $LOCALIP certificate error: certificate is for localhost | |
|
285 | abort: $LOCALIP certificate error: certificate is for localhost (glob) | |
|
286 | 286 | (set hostsecurity.$LOCALIP:certfingerprints=sha256:20:de:b3:ad:b4:cd:a5:42:f0:74:41:1c:a2:70:1e:da:6e:c0:5c:16:9e:e7:22:0f:f1:b7:e5:6e:e4:92:af:7e config setting or use --insecure to connect insecurely) |
|
287 | 287 | [255] |
|
288 | 288 | $ hg -R copy-pull pull --config web.cacerts="$CERTSDIR/pub.pem" \ |
|
289 | 289 | > https://$LOCALIP:$HGPORT/ --insecure |
|
290 | 290 | pulling from https://*:$HGPORT/ (glob) |
|
291 | 291 | warning: connecting to $LOCALIP using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?) |
|
292 | warning: connection security to $LOCALIP is disabled per current settings; communication is susceptible to eavesdropping and tampering | |
|
292 | warning: connection security to $LOCALIP is disabled per current settings; communication is susceptible to eavesdropping and tampering (glob) | |
|
293 | 293 | searching for changes |
|
294 | 294 | no changes found |
|
295 | 295 | $ hg -R copy-pull pull --config web.cacerts="$CERTSDIR/pub-other.pem" |
General Comments 0
You need to be logged in to leave comments.
Login now