apache, https, ie downloading pdf"s word docs etc...

apache, https, ie downloading pdf"s word docs etc...

am 22.11.2002 22:09:22 von Ian Moon

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 modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: apache, https, ie downloading pdf"s word docs etc...

am 22.11.2002 22:51:56 von Christopher McCrory

Hello...

Do you have a section that contains:

SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0

then have a:

ServerName www.example.com
DocumentRoot /SOME/PATH


? ? ?


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 modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
--
Christopher McCrory
"The guy that keeps the servers running"

chrismcc@pricegrabber.com
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 modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: apache, https, ie downloading pdf"s word docs etc...

am 23.11.2002 01:09:00 von Ian Moon

I don't have the _default_:443 section...
instead I put the directives straight into my


ServerName foo

SetEnvIf ...



____________________
Ian Moon

On 22 Nov 2002, Christopher McCrory wrote:

> Hello...
>
> Do you have a section that contains:
>
> SetEnvIf User-Agent ".*MSIE.*" \
> nokeepalive ssl-unclean-shutdown \
> downgrade-1.0 force-response-1.0
>
> then have a:
>
> ServerName www.example.com
> DocumentRoot /SOME/PATH
>

>
> ? ? ?
>
>
> 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 modssl-users@modssl.org
> > Automated List Manager majordomo@modssl.org
> --
> Christopher McCrory
> "The guy that keeps the servers running"
>
> chrismcc@pricegrabber.com
> 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 modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: apache, https, ie downloading pdf"s word docs etc...

am 23.11.2002 16:28:46 von Gary Stiek

I don't know if you have tried this yet, so...

Make sure in IE that you have not disabled the downloading of documents from
secure web sites. Under Internet Options/Advanced Options/Security there is
a checkbox for "Do not save encrypted pages to disk." If this is enabled,
..pdf files ( and I think .doc files too ) will not display in IE from SSL
sites.

> -----Original Message-----
> From: Ian Moon [SMTP:moon@onware.ca]
> Sent: Friday, November 22, 2002 3:09 PM
> To: modssl-users@modssl.org
> Subject: apache, https, ie downloading pdf's word docs etc...
>
> 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 modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org


************************************************************ **********
This email and any files transmitted with it are confidential
and intended solely for the individual or entity to
whom they are addressed. If you have received this email
in error destroy it immediately.
************************************************************ **********
Wal-Mart Stores, Inc. Confidential
************************************************************ **********

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org