Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Parallels license fails to update  (Read 2373 times)

0 Members and 1 Guest are viewing this topic.

Vinil

  • Guest
Parallels license fails to update
« on: November 26, 2013, 02:27:10 pm »
Hi,

Recently I have experienced an issue regarding Plesk license update, which  I would like to share with you.
When the parallels tries to update the license from the panel, fails with the following error:


Quote
Couldn't connect to server
or
Can't connect to ka.parallels.com:5224 (Timeout)


This is mostly because of  the Parallels license server with hostname "ka.parallels.com" is not properly resolving from your server. You can confirm this by using following steps:


Code: [Select]
# traceroute ka.parallels.com                   // check outgoing connection to the license server is possible
# nmap -P0 -p5224 ka.parallels.com       // check port 5224 is Open
# telnet ka.parallels.com 5224


So we need to make sure that the outgoing connection to "ka.parallels.com" (with port 5224) is not firewalled on your server or somewhere in your network.

If so, add the hostname "ka.parallels.com" to the allow lists and make sure if the Port 5224 is open.
« Last Edit: November 26, 2013, 02:29:44 pm by Vinil »