• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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
 
hello, same problem here...

curl -I --connect-timeout 10 --max-time 20 Index of /
curl: (28) Connection timed out after 10001 milliseconds
****************************************************************************
Autoinstaller exited with error: Failed to read product information from the file : Can't process products.inf3: Failed to download the file
http://autoinstall.plesk.com/products.inf3 (84.17.50.8):
Failed to connect to autoinstall.plesk.com port 80 after 120002 ms: Timeout was reached

Can't process versions.inf3: Failed to download the file http://autoinstall.plesk.com/versions.inf3 (84.17.50.8):
Failed to connect to autoinstall.plesk.com port 80 after 120002 ms: Timeout was reached


Not all packages were installed.
Please resolve this issue and try to install the packages again.
Visit Plesk to search for a solution.
******************************************************************************
OS
Ubuntu 20.04.6 LTS
Product
Plesk Obsidian
Version 18.0.61 Update #6, last updated on July 6, 2024 06:27 AM
*******************************************************************************

can you tell us how the problem was resolved ?

thnnk you
 
Back
Top