Show More
@@ -361,9 +361,9 b' Start servers running supported TLS vers' | |||||
361 |
|
361 | |||
362 | Clients talking same TLS versions work |
|
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 | 5fed3813f7f5 |
|
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 | 5fed3813f7f5 |
|
367 | 5fed3813f7f5 | |
368 | $ P="$CERTSDIR" hg --config hostsecurity.minimumprotocol=tls1.2 id https://localhost:$HGPORT2/ |
|
368 | $ P="$CERTSDIR" hg --config hostsecurity.minimumprotocol=tls1.2 id https://localhost:$HGPORT2/ | |
369 | 5fed3813f7f5 |
|
369 | 5fed3813f7f5 | |
@@ -405,6 +405,7 b' Clients requiring newer TLS version than' | |||||
405 | The per-host config option overrides the default |
|
405 | The per-host config option overrides the default | |
406 |
|
406 | |||
407 | $ P="$CERTSDIR" hg id https://localhost:$HGPORT/ \ |
|
407 | $ P="$CERTSDIR" hg id https://localhost:$HGPORT/ \ | |
|
408 | > --config hostsecurity.ciphers=DEFAULT \ | |||
408 | > --config hostsecurity.minimumprotocol=tls1.2 \ |
|
409 | > --config hostsecurity.minimumprotocol=tls1.2 \ | |
409 | > --config hostsecurity.localhost:minimumprotocol=tls1.0 |
|
410 | > --config hostsecurity.localhost:minimumprotocol=tls1.0 | |
410 | 5fed3813f7f5 |
|
411 | 5fed3813f7f5 |
General Comments 0
You need to be logged in to leave comments.
Login now