Deployed d1cd5e6 with MkDocs version: 1.1

This commit is contained in:
2020-04-05 00:54:48 +00:00
parent 2943994a98
commit 000e8d6b79
5 changed files with 12 additions and 3 deletions

View File

@ -511,6 +511,7 @@ server.wait();
<h2 id="tls-support-and-configuration">TLS support and configuration</h2>
<p>To leverage TLS features, the library must be compiled with the option <code>USE_TLS=1</code>.</p>
<p>If you are using OpenSSL, try to be on a version higher than 1.1.x as there there are thread safety problems with 1.0.x.</p>
<p>Then, secure sockets are automatically used when connecting to a <code>wss://*</code> url.</p>
<p>Additional TLS options can be configured by passing a <code>ix::SocketTLSOptions</code> instance to the
<code>setTLSOptions</code> on <code>ix::WebSocket</code> (or <code>ix::WebSocketServer</code> or <code>ix::HttpServer</code>)</p>