We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c388a2d commit 1eb1314Copy full SHA for 1eb1314
lib/ssl/src/ssl.erl
@@ -1835,7 +1835,8 @@ Certificate related options for a server.
1835
`true`, the server fails if the client does not have a certificate to send, that
1836
is, sends an empty certificate. If set to `false`, it fails only if the client
1837
sends an invalid certificate (an empty certificate is considered valid).
1838
- Defaults to `false`.
+ Defaults to `true` since OTP-26.0 when server enables client certification
1839
+ with the verify option.
1840
1841
- **`{certificate_authorities, ServerCertAuth}`** - Inter-operate hint option
1842
0 commit comments