|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (7 bit)
Join Date: Jan 2001
Location: Vancouver
Posts: 86
|
Apache and Internet Explorer
Hi everyone.
We just recently finished an Apache/PHP/SSL installation for our Intranet at work. Everything is going great but we've run into a bit of a problem. (For the users, not me.) It seems that Netscape has no problem using the secure site we have as implemented by SSL. However, just yesterday we tried accessing it with Explorer and it wouldn't let us in. It complained that it didn't recognize the certificate and it wasn't going to give us access. In true Microsoft style the error read that we should obtain our certificate from a valid CA. (after dishing out a yearly fee of course) We know this problem is not with the certificate being issued otherwise we would never have been able to access with Netscape or every other browser except M$'s. Apparently it involves how Explorer handles the HTTP version. If we can somehow fool Explorer that it is using HTTP v1.0 and not HTTP v1.1 then we would have a work around. I've dug up some info regarding adding a line to my httpd.conf file relating to this but it doesn't seem to have any affect (after starting and stopping the server) Does anyone have any suggestions? TIA |
|
|
|
|
|
#2 |
|
Member (8 bit)
Join Date: May 2000
Posts: 219
|
www.nusphere.com -- I had the same problem, fixed with nusphere.
|
|
|
|
|
|
#3 |
|
Member (7 bit)
Join Date: Jan 2001
Location: Vancouver
Posts: 86
|
That doesn't do anything for me mate.
Give me something to work with.
|
|
|
|
|
|
#4 | |
|
Premium Member
Join Date: Jun 1999
Posts: 9,231
|
Re: Apache and Internet Explorer
Quote:
I dont know if this is what you tried, but it has worked for me in fooling IE (bloody M$ is such a pain!!!), but thought I'd put it in here anyways .. SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 HTH |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|