https not working for MSIE..

https not working for MSIE..

am 20.05.2003 01:32:22 von kulkarni veena

Hi,

Even though I have this code in the ssl.conf i see
that MSIE is trying to use http1.1 , TLS protocol.

SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
Hence i forced internet explorer to use only http 1.0
and SSLv2, but still https does not seem to work.
This makes me wonder if the problem is due to
"keepalive" facility?

Do I need to do something else for SetEnvIf to work?

Note: i also tried adding this:
BrowserMatch MSIE[4-5] nokeepalive downgrade-1.0 force
response-1.0

which also did not help to make it work on MSIE.

Thanks in advance.

--veena


__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re[2]: https not working for MSIE..

am 20.05.2003 02:29:17 von Christopher Taranto

Hi Veena,

There have been many different discussions on this topic - like adding an
SSLSessionCache

Search through the archives using MSIE as the keyword and you should have
most of the messages in the archives that pertain to this problem.

http://marc.theaimsgroup.com/?l=apache-modssl

HTH,

Christopher Taranto


At 04:32 PM 5/19/03 -0700, you wrote:
>Hi,
>
>Even though I have this code in the ssl.conf i see
>that MSIE is trying to use http1.1 , TLS protocol.
>
>SetEnvIf User-Agent ".*MSIE.*" \
> nokeepalive ssl-unclean-shutdown \
> downgrade-1.0 force-response-1.0
>Hence i forced internet explorer to use only http 1.0
>and SSLv2, but still https does not seem to work.
>This makes me wonder if the problem is due to
>"keepalive" facility?
>
>Do I need to do something else for SetEnvIf to work?
>
>Note: i also tried adding this:
>BrowserMatch MSIE[4-5] nokeepalive downgrade-1.0 force
>response-1.0
>
>which also did not help to make it work on MSIE.
>
>Thanks in advance.
>
>--veena
>
>
>__________________________________
>Do you Yahoo!?
>The New Yahoo! Search - Faster. Easier. Bingo.
>http://search.yahoo.com
>___________________________________________________________ ___________
>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