我一直在http://yourarthere.net:8443访问Plesk Admin一段时间,但自从我搬到新家和ISP(Comcast)后,我无法使用浏览器或UNIX wget访问该页面。
# wget http://yourarthere.net:8443
--2011-08-22 21:13:06-- http://yourarthere.net:8443/
Resolving yourarthere.net (yourarthere.net)... <IP>
Connecting to yourarthere.net (yourarthere.net)|<IP>|:8443...
connected.
HTTP request sent, awaiting response... ^C <canceled>
但我可以使用手机或其他ISP访问该页面。
奇怪的是,如果我使用安全连接,我可以从我家访问该页面。我被告知Plesk应该从http自动转发到https,但它不是出于某些原因来自我的ISP(Comcast)。
此外,第二个可能相关的问题是我收到的消息是我的安全证书有问题。但同样,只有当我从我的ISP连接时才会发生。
# wget https://yourarthere.net:8443/
--2011-08-23 14:02:40-- https://yourarthere.net:8443/
Resolving yourarthere.net (yourarthere.net)... 69.64.52.141
Connecting to yourarthere.net (yourarthere.net)|69.64.52.141|:8443... connected.
ERROR: cannot verify yourarthere.net’s certificate, issued by “/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./OU=http://certificates.godaddy.com/repository/CN=Go Daddy Secure Certification Authority/serialNumber=07969287”:
Self-signed certificate encountered.
To connect to yourarthere.net insecurely, use ‘--no-check-certificate’.
以下是同事尝试来自其他ISP的结果:
# wget http://yourarthere.net:8443
--2011-08-23 14:41:53-- http://yourarthere.net:8443/
Resolving yourarthere.net... 69.64.52.141
Connecting to yourarthere.net|69.64.52.141|:8443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://yourarthere.net:8443/ [following]
--2011-08-23 14:41:53-- https://yourarthere.net:8443/
Connecting to yourarthere.net|69.64.52.141|:8443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `index.html.2'
答案 0 :(得分:0)
问题是由于服务器上的SSL配置错误导致转发过程出错。问题现已解决。