Artur Maj
Colapse all |
Post comment
Apache 2 with SSL/TLS: Step-by-Step, Part 1
2006-11-20
Anonymous
Anonymous
I was having the IE/SSL problem that is supposed to be resolved by:
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
If this does not work for you, try testing whether the BrowserMatch or SetEnvIf statements are working. The state...
[ more ] [ reply ]
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
If this does not work for you, try testing whether the BrowserMatch or SetEnvIf statements are working. The state...
[ more ] [ reply ]
Apache 2 with SSL/TLS: Step-by-Step, Part 1
2007-12-16
Andy
Andy
thank you very much, this howto was the 99% solution for me to set up an apache for ssl the first time.
after starting apache i got an error like 'illegal attempt to re-initialise SSL'. Solution: SSLCertificateFile and SSLCertificateKeyFile must be located in the VirtualHost section the relevant co...
[ more ] [ reply ]
after starting apache i got an error like 'illegal attempt to re-initialise SSL'. Solution: SSLCertificateFile and SSLCertificateKeyFile must be located in the VirtualHost section the relevant co...
[ more ] [ reply ]

[ more ] [ reply ]