summaryrefslogtreecommitdiffstatsabout
path: root/sni/index.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sni/index.xml')
-rw-r--r--sni/index.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/sni/index.xml b/sni/index.xml
new file mode 100644
index 0000000..4b1939f
--- /dev/null
+++ b/sni/index.xml
@@ -0,0 +1,32 @@
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="../../../../../xsl/projects.xsl"?>
3<ooo title="mod_gnutls SNI" path="/projects/apache/mod_gnutls/sni/">
4 <section title="SNI test servers">
5 <content type="xhtml">
6 <div xmlns="http://www.w3.org/1999/xhtml">
7 <para>
8
9<p>
10Server name indication is a way for HTTP TLS clients to indicate the name of
11the server they are connecting to. This allows multiple TLS virtual hosts on a
12single IP. The protocol is described in <a href="http://www1.tools.ietf.org/html/rfc3546">RFC 3546</a>.</p>
13<p>
14<!--
15To test the Server Name Indication support of
16 <code>mod_gnutls</code>. Use the following (virtual) servers:
17 <ul>
18 <li><a href="https://test1.gnutls.org/">test1.gnutls.org</a>:
19 X.509v3 server certificate and SRP authentication.</li>
20 <li><a href="https://test2.gnutls.org/">test2.gnutls.org</a>:
21 X.509v3 server certificate with subject alternative name set and SRP
22 authentication. It requests a client certificate.</li>
23 <li><a href="https://test3.gnutls.org/">test3.gnutls.org</a>:
24 X.509v1 server certificate</li>-->
25<!-- <li><a
26 href="https://sni.corelands.com/">Corelands</a>.</li>-->
27 </ul></p>
28 </para>
29 </content>
30 </section>
31
32</ooo>