Unix 无法从我的ISP访问Plesk http

Unix 无法从我的ISP访问Plesk http,unix,https,plesk,Unix,Https,Plesk,我在访问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 (

我在访问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获得的结果:

# 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'

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

您有防火墙吗?我们最近也遇到了同样的情况,最后是从我们的smoothwall防火墙——linksys路由器默认防火墙——阻止传入请求。。。我在家里的连接有一件很奇怪的事情,那就是我必须用我的无线路由器克隆我电脑的MAC地址,以便在这里使用多台电脑。
# 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'