equal
deleted
inserted
replaced
1529 Defines the minimum channel encryption protocol to use. |
1529 Defines the minimum channel encryption protocol to use. |
1530 |
1530 |
1531 By default, the highest version of TLS supported by both client and server |
1531 By default, the highest version of TLS supported by both client and server |
1532 is used. |
1532 is used. |
1533 |
1533 |
1534 Allowed values are: ``tls1.0``, ``tls1.1``, ``tls1.2``. |
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 |
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. |
1537 old versions of Python only support up to TLS 1.0. |
1538 |
1538 |
1539 When running a Python that supports modern TLS versions, the default is |
1539 When running a Python that supports modern TLS versions, the default is |