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