[packages/apache] - add SNI example
arekm
arekm at pld-linux.org
Tue May 27 11:51:21 CEST 2014
commit e6711dee3490b01fc3822acf0d14e2595facd631
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue May 27 10:10:52 2014 +0200
- add SNI example
apache-mod_ssl.conf | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/apache-mod_ssl.conf b/apache-mod_ssl.conf
index 4da2c7d..7eb9f1a 100644
--- a/apache-mod_ssl.conf
+++ b/apache-mod_ssl.conf
@@ -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
##
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/apache.git/commitdiff/e6711dee3490b01fc3822acf0d14e2595facd631
More information about the pld-cvs-commit
mailing list