]> git.pld-linux.org Git - packages/apache.git/commitdiff
- add SNI example
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 27 May 2014 08:10:52 +0000 (10:10 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 27 May 2014 08:10:52 +0000 (10:10 +0200)
apache-mod_ssl.conf

index 4da2c7da308745a4b384653f3e040ffb0f215cb5..7eb9f1af5e39f6ffcb1b43bdac35b030fee4d4a6 100644 (file)
@@ -70,6 +70,9 @@ SSLProtocol all -SSLv2
 SSLCipherSuite ALL:!ADH:!EXP:!LOW:!SSLv2:RC4+RSA:+HIGH:+MEDIUM
 
 
+# Whether to allow non-SNI clients to access a name-based virtual host.
+#SSLStrictSNIVHostCheck on
+
 ##
 ## SSL Virtual Host Context
 ##
This page took 0.048696 seconds and 4 git commands to generate.