diff options
author | Loïc Hoguin <[email protected]> | 2020-06-25 14:00:02 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2020-06-25 14:00:02 +0200 |
commit | f96e84ea1a420e770d306f6e37daadddd82a7da4 (patch) | |
tree | 090eb08666a8b4769c7fbc51f46bf998f8103e9c /docs | |
parent | a1e85d3b8d686af2f09f324112baf07bcc472e4c (diff) | |
download | ninenines.eu-f96e84ea1a420e770d306f6e37daadddd82a7da4.tar.gz ninenines.eu-f96e84ea1a420e770d306f6e37daadddd82a7da4.tar.bz2 ninenines.eu-f96e84ea1a420e770d306f6e37daadddd82a7da4.zip |
One more tweak
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/ranch/2.0/manual/ranch_ssl/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/ranch/2.0/manual/ranch_ssl/index.html b/docs/en/ranch/2.0/manual/ranch_ssl/index.html index fa3b11ad..d81ccf6d 100644 --- a/docs/en/ranch/2.0/manual/ranch_ssl/index.html +++ b/docs/en/ranch/2.0/manual/ranch_ssl/index.html @@ -284,7 +284,7 @@ http://www.gnu.org/software/src-highlite --> <p>Note that the client will not send a certificate unless the value for the <code>verify</code> option is set to <code>verify_peer</code>. This means that <code>fail_if_no_peer_cert</code> only applies when combined with the <code>verify</code> option. The <code>verify_fun</code> option allows greater control over the client certificate validation.</p> <p>The options <code>sni_fun</code> and <code>sni_hosts</code> are mutually exclusive.</p> <h2 id="_changelog">Changelog</h2> -<ul><li><strong>2.0</strong>: The <code>ssl_opt()</code> type was updated for OTP-22.0. +<ul><li><strong>2.0</strong>: The <code>ssl_opt()</code> type was updated for OTP-23.0. </li> </ul> <h2 id="_see_also">See also</h2> |