Skip to content

Commit 43583c3

Browse files
authored
Merge pull request #1 from afanasy/TLSv1-SECLEVEL
Update doc/api/cli.md, add cipher DEFAULT@SECLEVEL=0
2 parents 64a5c01 + 0a0dba9 commit 43583c3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/api/cli.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,8 @@ added:
16491649
-->
16501650

16511651
Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1'. Use for compatibility with
1652-
old TLS clients or servers.
1652+
old TLS clients or servers. To support TLSv1 on the server, you will also need to
1653+
set `--tls-cipher-list=DEFAULT@SECLEVEL=0`.
16531654

16541655
### `--tls-min-v1.1`
16551656

@@ -1660,7 +1661,8 @@ added:
16601661
-->
16611662

16621663
Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1.1'. Use for compatibility
1663-
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+
set `--tls-cipher-list=DEFAULT@SECLEVEL=0`.
16641666

16651667
### `--tls-min-v1.2`
16661668

0 commit comments

Comments
 (0)