Skip to content

Commit

Permalink
Fix server_name_indication disable value
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrenner committed Sep 9, 2024
1 parent 50cc3be commit 704f57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ssl/src/ssl.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ different semantics for the client and server.
-type client_option_cert() :: {verify, Verify ::verify_peer | verify_none} |
{cacerts, CACerts::[public_key:der_encoded()] | [public_key:combined_cert()]} |
{cacertfile, CACertFile::file:filename()} |
{server_name_indication, SNI::inet:hostname() | disabled} |
{server_name_indication, SNI::inet:hostname() | disable} |
{customize_hostname_check, HostNameCheckOpts::list()} |
{certificate_authorities, boolean()} |
{stapling, Stapling:: staple | no_staple | map()}.
Expand Down

0 comments on commit 704f57d

Please sign in to comment.