Skip to content

Commit 1eb1314

Browse files
committed
ssl: Correct documentation
1 parent c388a2d commit 1eb1314

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/ssl/src/ssl.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,8 @@ Certificate related options for a server.
18351835
`true`, the server fails if the client does not have a certificate to send, that
18361836
is, sends an empty certificate. If set to `false`, it fails only if the client
18371837
sends an invalid certificate (an empty certificate is considered valid).
1838-
Defaults to `false`.
1838+
Defaults to `true` since OTP-26.0 when server enables client certification
1839+
with the verify option.
18391840

18401841
- **`{certificate_authorities, ServerCertAuth}`** - Inter-operate hint option
18411842

0 commit comments

Comments
 (0)