We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64a5c01 + 0a0dba9 commit 43583c3Copy full SHA for 43583c3
doc/api/cli.md
@@ -1649,7 +1649,8 @@ added:
1649
-->
1650
1651
Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1'. Use for compatibility with
1652
-old TLS clients or servers.
+old TLS clients or servers. To support TLSv1 on the server, you will also need to
1653
+set `--tls-cipher-list=DEFAULT@SECLEVEL=0`.
1654
1655
### `--tls-min-v1.1`
1656
@@ -1660,7 +1661,8 @@ added:
1660
1661
1662
1663
Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1.1'. Use for compatibility
-with old TLS clients or servers.
1664
+with old TLS clients or servers. To support TLSv1.1 on the server, you will also need to
1665
1666
1667
### `--tls-min-v1.2`
1668
0 commit comments