• 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.

Can't open "Updates and Upgrades" (Timeout)

MoritzCH

New Pleskian
Good morning,

I recently installed a "Debian Wheezy with Plesk 12" image on my vServer. After buying a license (Plesk 12 Web ADMIN Edition) everything is working fine except the "Updates and Upgrades" link.
Everytime I click on it, a new windows opens and nothings happens (page cannot be displayed). What I did so far:

--> Reboot
--> iptables -A INPUT -p tcp --dport 8447 -j ACCEPT (will result in an open tcp6 port)
--> tried Firefox and another device within another network

The link looks a bit weird for me. Nearly all other links look like this:
https://domain:8443/smb/settings/tools-proxy?url=/admin/database/settings/&returnAction=tools
but the "Updates and Upgrades" one looks like this
https://domain:8443/admin/update/product/
(no smb/settings)

My system specs:
Debian Wheezy
Plesk 12.0.18

Any suggestions?

Cheers
Moritz
 
I added both using iptables and now it looks like this:

tcp6 0 0 :::8443 :::* LISTEN
tcp6 0 0 :::8447 :::* LISTEN

should be fine?!? (not really confident with iptables but why is it a tcp6 and not a tcp port?)

I used this cmd:
iptables -A INPUT -p tcp --dport 8447 -j ACCEPT


EDIT
Now it's working. Seems that there is something wrong on my local site. Thank you :)
 
Last edited:
Back
Top