From 2a463b3cd73c32ee9dcd508248d0194923f435f4 Mon Sep 17 00:00:00 2001
From: Stefan Fritsch mod_rewrite
however, you can
manipulate relative hyperlinks, to achieve the same effect.
-RewriteEngine on +RewriteEngine on RewriteRule ^/(.*)_SSL$ https://%{SERVER_NAME}/$1 [R,L] -RewriteRule ^/(.*)_NOSSL$ http://%{SERVER_NAME}/$1 [R,L] -+RewriteRule ^/(.*)_NOSSL$ http://%{SERVER_NAME}/$1 [R,L]
This rewrite ruleset lets you use hyperlinks of the form
@@ -257,10 +255,8 @@ Certificate for testing purposes?
-keyout server.key
These can be used as follows in your httpd.conf
file:
-
-SSLCertificateFile /path/to/this/server.crt -SSLCertificateKeyFile /path/to/this/server.key -+
SSLCertificateFile /path/to/this/server.crt +SSLCertificateKeyFile /path/to/this/server.key
server.key
and
server.crt
. These can be used as follows in your
httpd.conf
file:
- -SSLCertificateFile /path/to/this/server.crt -SSLCertificateKeyFile /path/to/this/server.key -+
SSLCertificateFile /path/to/this/server.crt +SSLCertificateKeyFile /path/to/this/server.keyThe
server.csr
file is no longer needed.
- NameVirtualHost 192.168.1.1:80 -+
NameVirtualHost 192.168.1.1:80
Other workaround solutions include:
@@ -709,11 +701,9 @@ Explorer (MSIE)? keep-alive connections or send the SSL close notify messages to MSIE clients. This can be done by using the following directive in your SSL-aware virtual host section: --SetEnvIf User-Agent "MSIE [2-5]" \ +SetEnvIf User-Agent "MSIE [2-5]" \ nokeepalive ssl-unclean-shutdown \ - downgrade-1.0 force-response-1.0 -+ downgrade-1.0 force-response-1.0
Further, some MSIE versions have problems with particular ciphers.
Unfortunately, it is not possible to implement a MSIE-specific
@@ -771,7 +761,7 @@ SetEnvIf User-Agent "MSIE [2-5]" \
command. Alternatively, you can append the following standard 1024-bit DH
parameters from RFC 2409,
section 6.2 to the respective
- SSLCertificateFile
file:
SSLCertificateFile
file:
-----BEGIN DH PARAMETERS----- MIGHAoGBAP//////////yQ/aoiFowjTExmKLgNwc0SkCTgiKZ8x0Agu+pjsTmyJR Sgh5jjQE3e+VGbPNOkMbMCsKbfJfFDdP4TVtbVHCReSFtXZiXn7G9ExC6aY37WsL @@ -931,7 +921,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/ssl/ssl_faq.html'; } })(window, document); //-->