Example lines for the config file.
ok?
-Otto
Index: httpd.conf
===================================================================
RCS file: /cvs/src/usr.sbin/httpd/conf/httpd.conf,v
retrieving revision 1.26
diff -u -p -r1.26 httpd.conf
--- httpd.conf 3 Jun 2009 18:28:21 -0000 1.26
+++ httpd.conf 12 Jul 2013 09:19:27 -0000
@@ -1035,6 +1035,9 @@ SSLEngine on
# See the mod_ssl documentation for a complete list.
#SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
+# If on, use server's order of preference for ciphers.
+#SSLHonorCipherOrder on
+
# Server Certificate:
# Point SSLCertificateFile at a PEM encoded certificate. If
# the certificate is encrypted, then you will be prompted for a
Index: httpd.conf-dist
===================================================================
RCS file: /cvs/src/usr.sbin/httpd/conf/httpd.conf-dist,v
retrieving revision 1.20
diff -u -p -r1.20 httpd.conf-dist
--- httpd.conf-dist 1 Apr 2009 06:47:34 -0000 1.20
+++ httpd.conf-dist 12 Jul 2013 09:19:27 -0000
@@ -1045,6 +1045,9 @@ SSLEngine on
# See the mod_ssl documentation for a complete list.
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
+# If on, use server's order of preference for ciphers.
+#SSLHonorCipherOrder on
+
# Server Certificate:
# Point SSLCertificateFile at a PEM encoded certificate. If
# the certificate is encrypted, then you will be prompted for a