##// END OF EJS Templates
test-https: drop two spurious --traceback flags...
Augie Fackler -
r29842:d5497eb1 default
parent child Browse files
Show More
@@ -230,7 +230,7 b' cacert configured in local repo'
230 $ cp copy-pull/.hg/hgrc copy-pull/.hg/hgrc.bu
230 $ cp copy-pull/.hg/hgrc copy-pull/.hg/hgrc.bu
231 $ echo "[web]" >> copy-pull/.hg/hgrc
231 $ echo "[web]" >> copy-pull/.hg/hgrc
232 $ echo "cacerts=$CERTSDIR/pub.pem" >> copy-pull/.hg/hgrc
232 $ echo "cacerts=$CERTSDIR/pub.pem" >> copy-pull/.hg/hgrc
233 $ hg -R copy-pull pull --traceback
233 $ hg -R copy-pull pull
234 pulling from https://localhost:$HGPORT/
234 pulling from https://localhost:$HGPORT/
235 warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?)
235 warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?)
236 searching for changes
236 searching for changes
@@ -554,7 +554,7 b" from the shell. So don't kill it."
554
554
555 Test unvalidated https through proxy
555 Test unvalidated https through proxy
556
556
557 $ http_proxy=http://localhost:$HGPORT1/ hg -R copy-pull pull --insecure --traceback
557 $ http_proxy=http://localhost:$HGPORT1/ hg -R copy-pull pull --insecure
558 pulling from https://localhost:$HGPORT/
558 pulling from https://localhost:$HGPORT/
559 warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?)
559 warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?)
560 warning: connection security to localhost is disabled per current settings; communication is susceptible to eavesdropping and tampering
560 warning: connection security to localhost is disabled per current settings; communication is susceptible to eavesdropping and tampering
General Comments 0
You need to be logged in to leave comments. Login now