Deployed 1e46466 with MkDocs version: 1.4.0

This commit is contained in:
2022-10-12 13:42:07 +00:00
parent 2b5730c815
commit db1c9e383e
7 changed files with 29 additions and 24 deletions

View File

@ -658,7 +658,8 @@ server.wait();
<p>For a client, specifying <code>caFile</code> can be used if connecting to a server that uses a self-signed cert, or when using a custom CA in an internal environment.</p>
<p>For a server, specifying <code>caFile</code> implies that:
1. You require clients to present a certificate
1. It must be signed by one of the trusted roots in the file</p></div>
1. It must be signed by one of the trusted roots in the file</p>
<p>By default, a destination's hostname is always validated against the certificate that it presents. To accept certificates with any hostname, set <code>ix::SocketTLSOptions::disable_hostname_validation</code> to <code>true</code>.</p></div>
</div>
</div>