##// END OF EJS Templates
test: override default cipher selection when connecting to TLS 1.0/1.1 servers...
Julien Cristau -
r49932:7ea2bd20 default
parent child Browse files
Show More
@@ -361,9 +361,9 b' Start servers running supported TLS vers'
361 361
362 362 Clients talking same TLS versions work
363 363
364 $ P="$CERTSDIR" hg --config hostsecurity.minimumprotocol=tls1.0 id https://localhost:$HGPORT/
364 $ P="$CERTSDIR" hg --config hostsecurity.minimumprotocol=tls1.0 --config hostsecurity.ciphers=DEFAULT id https://localhost:$HGPORT/
365 365 5fed3813f7f5
366 $ P="$CERTSDIR" hg --config hostsecurity.minimumprotocol=tls1.1 id https://localhost:$HGPORT1/
366 $ P="$CERTSDIR" hg --config hostsecurity.minimumprotocol=tls1.1 --config hostsecurity.ciphers=DEFAULT id https://localhost:$HGPORT1/
367 367 5fed3813f7f5
368 368 $ P="$CERTSDIR" hg --config hostsecurity.minimumprotocol=tls1.2 id https://localhost:$HGPORT2/
369 369 5fed3813f7f5
@@ -405,6 +405,7 b' Clients requiring newer TLS version than'
405 405 The per-host config option overrides the default
406 406
407 407 $ P="$CERTSDIR" hg id https://localhost:$HGPORT/ \
408 > --config hostsecurity.ciphers=DEFAULT \
408 409 > --config hostsecurity.minimumprotocol=tls1.2 \
409 410 > --config hostsecurity.localhost:minimumprotocol=tls1.0
410 411 5fed3813f7f5
General Comments 0
You need to be logged in to leave comments. Login now