Hi David:
There's a FAQ on the mod_ssl site about IE and it's problems implementing
the protocol properly. The short answer is to add:
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
SetEnv nokeepalive
SetEnv ssl-unclean-shutdown
SetEnv downgrade-1.0
in your :443 VirtualHost section. The longer, and worth-a-read answer is in
the FAQ.
glen
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of David Gibbs
Sent: Sunday, January 06, 2002 08:48 PM
To: [EMAIL PROTECTED]
Subject: Re: mod_ssl, apache, cgi-bin, IE 5.5, & Mailman
At 11:43 PM 1/6/2002 -0500, you wrote:
>First, I didn't think folks on this list required spoonfeeding.
Folks:
Mailman isn't really the issue ... I am running 2.0.8, but I think the
problem lies with IE & mod_ssl ... as Netscape works fine.
I've checked the FAQ's and done the requisite Google searches ... I
couldn't find anything significant.
Is there any debugging flags that I can turn on to get more information,
perhaps I have something configured wrong. Maybe something has to be added
to allow IE data to be accepted.
Thanks!
david
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]