[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Internet Explorer 6.0.2600.0000IC and W2K can't display a securepage - Think I got it (really)
- Subject: [ic] Internet Explorer 6.0.2600.0000IC and W2K can't display a securepage - Think I got it (really)
- From: interchange-users@icdevgroup.org (DB)
- Date: Wed Aug 14 00:21:01 2002
Ok this time my "fix" still works after several tests. The answer of
course was in front of me all along. Ed LaFrance had posted this:
> In your case it really sounds like you need the Apache/mod_ssl/MSIE
> work-around enabled in httpd.conf. You can get more info at the
> openssl/mod_ssl websites, and in most distributions of Apache, the
> workaround is already in httpd.conf, but it is commented out. I'd send you
> a link, but the ssl sites seem inacessible from here right now.
>
> - Ed L.
In my case (custom built apache 1.3.26), the lines were already
uncommented, but stopped at IE 4:
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
I changed that to read:
BrowserMatch ".*MSIE.*;" nokeepalive downgrade-1.0 force-response-1.0
and that seems to have done it. I wasn't observant enough to catch the
version mismatch when I read Ed's post the first time. Thanks Ed!
I welcome test orders to prove I'm really cured:
http://m-and-d.com/cgi-bin/MDS/index.html
DB