• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Plesk Update Timeout errors

H.W.B

Regular Pleskian
Server operating system version
Ubuntu 22.04.2 LTS
Plesk version and microupdate number
Plesk Obsidian Version 18.0.53 Update #2
Hello,
When i want to check if there where updates, the update page keeps loading (and shows nothing).
In the log files there are these lines:

[2023-07-20 00:07:59.151713] Downloading file products.inf3: 0%
[2023-07-20 00:09:59.153115] Downloading file products.inf3: Failed to connect to autoinstall.plesk.com port 80 after 120001 ms: Timeout was reached. Will retry in 3 second(s)...
[2023-07-20 00:10:02.153551] Downloading file products.inf3 (retry 1 of 3): 0%
[2023-07-20 00:12:02.154892] Downloading file products.inf3 (retry 1 of 3): Failed to connect to autoinstall.plesk.com port 80 after 120001 ms: Timeout was reached. Will retry in 7 second(s)...
[2023-07-20 00:12:09.155848] Downloading file products.inf3 (retry 2 of 3): 0%

Is there a problem with the update server??

Henk
 
Seems you cannot reach the autoinstall.plesk.com server.

Can you try to run:
Code:
curl -Iv autoinstall.plesk.com
and provide the output?
 
root@plesk:~# curl -Iv autoinstall.plesk.com
* Trying 185.76.10.12:80...
* Trying 2a02:6ea0:c000::15:80...
* Immediate connect fail for 2a02:6ea0:c000::15: Network is unreachable
* Trying 2a02:6ea0:c000::14:80...
* Immediate connect fail for 2a02:6ea0:c000::14: Network is unreachable
* connect to 185.76.10.12 port 80 failed: Connection timed out
* Trying 185.76.10.4:80...
* After 85416ms connect time, move on!
* connect to 185.76.10.4 port 80 failed: Connection timed out
* Failed to connect to autoinstall.plesk.com port 80 after 214586 ms: Connection timed out
* Closing connection 0
curl: (28) Failed to connect to autoinstall.plesk.com port 80 after 214586 ms: Connection timed out
root@plesk:~#
 
Do you have outbound port 80 and 443 open in your firewall? You able to curl any domains whatsoever?
 
Hello,
Strange thing. I did not change anything, but it is working again.
So problems solved.
Thank you for your help.

Henk
 
Hello,
Can i change the yellow Issue in the head of this forum to Solved??
I can not find it....
Henk
 
Back
Top