无法从我的 ISP 访问 Plesk http
我已经在 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'
I've been accessing Plesk Admin for a while at http://yourarthere.net:8443 but since I moved to a new home and ISP (Comcast) I am unable to get to the page using a browser or 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>
I can however access the page using my phone or another ISP.
The strange thing is that I can access the page from my home if I use a secure connection. I've been told that Plesk should forward to https automatically from http anyway but it isn't for some reason from my ISP (Comcast).
In addition, a second, possibly related issue, is that I am receiving a message that there is a problem with my security certificate. But again, it only happens when I connect from my 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’.
Here is the result from a colleague's attempt from a different 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'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该问题是由于服务器上的 SSL 配置错误导致转发过程出现错误。问题现已解决。
The problem was due to a misconfigured SSL on the server which caused an error in the forwarding process. Problem fixed now.