tests/test-https.t
branchstable
changeset 29616 3fde328d0913
parent 29601 6cff2ac0ccb9
child 29617 2960ceee1948
--- a/tests/test-https.t	Mon Jul 18 22:25:09 2016 +0200
+++ b/tests/test-https.t	Tue Jul 19 19:57:34 2016 -0700
@@ -501,6 +501,17 @@
   abort: error: *unsupported protocol* (glob)
   [255]
 
+.hg/hgrc file [hostsecurity] settings are applied to remote ui instances (issue5305)
+
+  $ cat >> copy-pull/.hg/hgrc << EOF
+  > [hostsecurity]
+  > localhost:minimumprotocol=tls1.2
+  > EOF
+  $ P="$CERTSDIR" hg -R copy-pull id https://localhost:$HGPORT/
+  (could not negotiate a common protocol; see https://mercurial-scm.org/wiki/SecureConnections for how to configure Mercurial to avoid this error)
+  abort: error: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:590)
+  [255]
+
   $ killdaemons.py hg0.pid
   $ killdaemons.py hg1.pid
   $ killdaemons.py hg2.pid