Internet Explorer将不会加载站点

Internet Explorer(版本6和8,XP)拒绝加载https://theveeb.com ,给服务器找不到错误。

http://wiki.theveeb.com工作,所以它可以跟我在那里运行的apache2服务器。

我能想到的唯一的事情是IE浏览器恨我的SSL设置…但我想不出为什么会这样或我需要做什么来解决它。

当我在相同的浏览器中尝试http://theveeb.com时,我会得到相同的效果。 他们应该redirect到https://,但他们似乎不是,他们只是错误。

火狐,Uzbl,curl,wget Ubunt在Windows上工作好wget.exe似乎也正常工作

我发现了这个问题。 当您的configuration文件中有可选的SSLVerifyClient时,IE完全无法加载页面。 哇。

看起来像你有MIMEtypes的问题。 当我去IE8的http://theveeb.com ,它会提示我下载你的HTML。

我可能是完全错误的,但theveeb.com和wiki.theveeb.com都parsing到相同的IP地址,所以不应该configuration一个或两个主机头? 如果wiki.theveeb.com工作,那么我假设它是服务器上的默认网站,并且theveeb.com网站应configuration主机头。 我错了吗?

user@lap:~$ curl hXXp://theveeb.com/ -IL HTTP/1.1 302 Found Date: Tue, 24 Nov 2009 22:23:45 GMT Server: Apache Location: hXXps://theveeb.com/ Vary: Accept-Encoding Content-Type: text/html; charset=iso-8859-1 HTTP/1.1 200 OK Date: Tue, 24 Nov 2009 22:23:46 GMT Server: Apache X-Powered-By: PHP/5.2.6-1+lenny3 Vary: Accept-Encoding,Accept Content-Type: application/xhtml+xml; charset=utf-8 your page: <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "hXXp://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="hXXp://www.w3.org/1999/xhtml" id="theveeb"> .... user@lap:~$ curl hXXps://theveeb.com/ -I HTTP/1.1 200 OK Date: Tue, 24 Nov 2009 22:24:40 GMT Server: Apache X-Powered-By: PHP/5.2.6-1+lenny3 Vary: Accept-Encoding,Accept Content-Type: application/xhtml+xml; charset=utf-8