diff xml/en/docs/http/configuring_https_servers.xml @ 2061:aac9e462320b

Added note about s_client and SNI (trac #708).
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 18 Oct 2017 15:22:04 +0300
parents 093855e77388
children 37e082fd009c
line wrap: on
line diff
--- a/xml/en/docs/http/configuring_https_servers.xml
+++ b/xml/en/docs/http/configuring_https_servers.xml
@@ -8,7 +8,7 @@
 <article name="Configuring HTTPS servers"
          link="/en/docs/http/configuring_https_servers.html"
          lang="en"
-         rev="12"
+         rev="13"
          author="Igor Sysoev"
          editor="Brian Mercer">
 
@@ -198,6 +198,12 @@ Certificate chain
 ...
 </programlisting>
 
+<note>
+When testing configurations with <link id="sni">SNI</link>,
+it is important to specify the <literal>-servername</literal> option
+as <command>openssl</command> does not use SNI by default.
+</note>
+
 In this example the subject (“<i>s</i>”) of the
 <literal>www.GoDaddy.com</literal> server certificate #0 is signed by an issuer
 (“<i>i</i>”) which itself is the subject of the certificate #1,