##// END OF EJS Templates
help: modernize the help text for `hostsecurity.minimumprotocol`...
Matt Harbison -
r53184:b65085c6 default
parent child Browse files
Show More
@@ -1526,15 +1526,16 The following options control default be
1526 1526 This option requires Python 2.7.
1527 1527
1528 1528 ``minimumprotocol``
1529 Defines the minimum channel encryption protocol to use.
1529 Defines the minimum channel encryption protocol to use in the client.
1530 1530
1531 1531 By default, the highest version of TLS supported by both client and server
1532 1532 is used.
1533 1533
1534 1534 Allowed values are: ``tls1.0``, ``tls1.1``, ``tls1.2``, ``tls1.3``.
1535 1535
1536 When running on an old Python version, only ``tls1.0`` is allowed since
1537 old versions of Python only support up to TLS 1.0.
1536 Depending on the version of Python being used, not all of these values may
1537 be available. See ``hg debuginstall`` for the values supported by the
1538 current installation.
1538 1539
1539 1540 When running a Python that supports modern TLS versions, the default is
1540 1541 ``tls1.1``. ``tls1.0`` can still be used to allow TLS 1.0. However, this
General Comments 0
You need to be logged in to leave comments. Login now