##// END OF EJS Templates
tests: glob over ssl error...
Gregory Szorc -
r29635:dee24c87 stable
parent child Browse files
Show More
@@ -527,7 +527,7 b' The per-host config option by itself wor'
527 527 (could not negotiate a common security protocol (tls1.2+) with localhost; the likely cause is Mercurial is configured to be more secure than the server can support)
528 528 (consider contacting the operator of this server and ask them to support modern TLS protocol versions; or, set hostsecurity.localhost:minimumprotocol=tls1.0 to allow use of legacy, less secure protocols when communicating with this server)
529 529 (see https://mercurial-scm.org/wiki/SecureConnections for more info)
530 abort: error: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:590)
530 abort: error: *unsupported protocol* (glob)
531 531 [255]
532 532
533 533 $ killdaemons.py hg0.pid
General Comments 0
You need to be logged in to leave comments. Login now