Thankyou for responding Martin,
    This is what I have set in my httpsd.conf file, however it does not seem
to help solve the situation.  Any ideas?  I really don't want to have to
demote everything to SSL2 but I will if I have to?

<VirtualHost _default_:443>
DocumentRoot /home/httpd/html
ServerAdmin root@localhost
ErrorLog /var/log/httpd/error_log-ssl
TransferLog /var/log/httpd/access_log-ssl
SSLEngine on
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
downgrade-1.0 f
orce-response-1.0
SSLCertificateFile    /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key

Jeff Gelina
----- Original Message -----
From: "Martin Lichtin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 14, 2000 12:25 PM
Subject: Re: msie AGAIN


> Jeff,
>
> I don't really know what symptoms you see with IE... but anyway,
> this is my working SSL configuration
>
> SSLProtocol SSLv2
>
> and inside <VirtualHost _default_:443>
>
>    SetEnv nokeepalive 1
>    SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
>

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to