You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Mogenns Gilmour <Mo...@RegResources.com> on 2003/02/15 00:39:50 UTC

[users@httpd] https crashes on Mac w/IE5

Greetings,

This is my first posting to the list. 

I have a problem with https on apache 1.3.26. I have seen this problem before and I have fixed it on one of my other servers however on a newer server with only one client the fix doesn't seem to be working.

The issue is: That when a mac user running IE5 connects to an https address it crashes his browser.

Here is my setup in httpd.conf any clues would be appreciated. 

Thanks! Mogenns Gilmour

<VirtualHost _default_:443>
DocumentRoot "/foobar/www/public_html"
ServerName foobar.com
ServerAdmin system@foobar.com
SSLEngine on
#SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/httpd/conf/ssl.crt/foobar.com.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/foobar.com.key

SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
SSLProtocol all -SSLv3
SSLCipherSuite !EXP1024-RC4-SHA:!EXP1024-DES-CBC-SHA:ALL:!ADH:!EXP56:!RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL

<Files ~ "\.(cgi|shtml|phtml|php3?)$">
    SSLOptions +StdEnvVars
</Files>

<Directory "/etc/httpd/cgi-bin">
    SSLOptions +StdEnvVars
</Directory>

SetEnvIf User-Agent ".*MSIE.*" \
         nokeepalive ssl-unclean-shutdown \
         downgrade-1.0 force-response-1.0
CustomLog /foobar/logs/ssl_request_log \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>


-----------------------------------------------
Registration Resources
Online Event Registration Made Simple
-----------------------------------------------
http://www.regresources.com
Toll Free: 877-932-2622 x1
503-655-6813 x1 (Voice) | 503-655-6907 (Fax)
----------------------------------------------- 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org