无法从我的 ISP 访问 Plesk http

发布于 2024-12-01 07:31:44 字数 1871 浏览 1 评论 0原文

我已经在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧城烟雨 2024-12-08 07:31:44

该问题是由于服务器上的 SSL 配置错误导致转发过程出现错误。问题现已解决。

The problem was due to a misconfigured SSL on the server which caused an error in the forwarding process. Problem fixed now.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文