• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved website not respond

Nicola

Basic Pleskian
Hi,
when I add a domain, if I try to connect to this site I get the error "ERR_CONNECTION_TIMED_OUT".

Someone can help me? (Plesk 12.5.30, ‪CentOS Linux 7.2.1511, Apache 2.4.6)

Thanks
 

Attachments

  • Cattura.PNG
    Cattura.PNG
    18.5 KB · Views: 4
# telnet 94.177.167.91 80
Trying 94.177.167.91...
telnet: connect to address 94.177.167.91: No route to host

# telnet 94.177.167.91 443
Trying 94.177.167.91...
telnet: connect to address 94.177.167.91: No route to host

Check your firewall/router at least.
 
The result is this

Code:
[root@ru000492 ~]# telnet 94.177.167.91 80
Trying 94.177.167.91...
Connected to 94.177.167.91.
Escape character is '^]'.

^CConnection closed by foreign host.
[root@ru000492 ~]# telnet 94.177.167.91 443
Trying 94.177.167.91...
Connected to 94.177.167.91.
Escape character is '^]'.

^CConnection closed by foreign host.
[root@ru000492 ~]#
 
I suppose that it was checked inside your local network?
 
Check it from your workstation where you try to open this site in browser.
 
ok, this is the new check from another workstation
Code:
[root@host222-128-14-31 ~]# telnet 94.177.167.91 80
Trying 94.177.167.91...
telnet: connect to address 94.177.167.91: No route to host
[root@host222-128-14-31 ~]# telnet 94.177.167.91 443
Trying 94.177.167.91...
telnet: connect to address 94.177.167.91: No route to host
[root@host222-128-14-31 ~]#
 
Back
Top