I don't have the _default_:443 section... instead I put the directives straight into my
<VirtualHost *:443> ServerName foo SetEnvIf ... </VirtualHost> ____________________ Ian Moon On 22 Nov 2002, Christopher McCrory wrote: > Hello... > > Do you have a <VirtualHost _default_:443> section that contains: > > SetEnvIf User-Agent ".*MSIE.*" \ > nokeepalive ssl-unclean-shutdown \ > downgrade-1.0 force-response-1.0 > > then have a: > <VirtualHost ip.add.re.ss:443> > ServerName www.example.com > DocumentRoot /SOME/PATH > </VirtualHost> > > ? ? ? > > > If so try adding the 'SetEnvIf' the the www.example.com virtualhost > entry. Does it work? I posted that this was a bug several days ago, but > it could just be me. > > > > > > On Fri, 2002-11-22 at 13:09, Ian Moon wrote: > > I can download pdf's and doc files no problem using mozilla using > > both http and https, but I can only access them with http when using > > ie 6. > > > > I have tried all of the suggestions at .. > > http://www.modssl.org/docs/2.8/ssl_faq.html#ToC49 > > > > and scoured the groups and web for other things to try but none > > have been successfull. > > > > Running: Apache 1.3.27, mod_ssl 2.8.11, > > > > Any suggestions or other readings would be greatly appreciated. > > > > ____________________ > > Ian Moon > > > > > > ______________________________________________________________________ > > Apache Interface to OpenSSL (mod_ssl) www.modssl.org > > User Support Mailing List [EMAIL PROTECTED] > > Automated List Manager [EMAIL PROTECTED] > -- > Christopher McCrory > "The guy that keeps the servers running" > > [EMAIL PROTECTED] > http://www.pricegrabber.com > > Let's face it, there's no Hollow Earth, no robots, and > no 'mute rays.' And even if there were, waxed paper is > no defense. I tried it. Only tinfoil works. > > ______________________________________________________________________ > 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]
