• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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