• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Plesk License does not renew!

silver

Basic Pleskian
Hello I've got an error on my server during installing a new license... this is error :


Bash:
Could not update the license. Make sure that connections to the license server ka.plesk.com on TCP port 443 are not blocked. See how to do so.

I follow the link,put "195.214.233.81 ka.plesk.com" into /etc/hosts and restart ... nothing solved!
also using command line license installation does not work! and same error occurred!

telnet also is not installed and after writing yum install telnet, this will happen :

Bash:
[root@host ~]# yum install telnet
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.plusweb.com.tr
 * extras: centos.vargonen.com
 * updates: centos.vargonen.com
http://autoinstall.plesk.com/PHP72_17/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://autoinstall.plesk.com/PHP72_17/dist-rpm-CentOS-7-x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
Trying other mirror.

Using Centos 7, Plesk Obsidian 18.0.21.
Thanks for helps in advance.
 
Try adding "minrate=1" to your "[main]" section of /etc/yum.conf.
 
Last edited:
Telnet installed with a long time waiting for timeouts ...
and this is the result after trying to connect to plesk license server :
Code:
telnet ka.plesk.com 443
Trying 195.214.233.81...
Connected to ka.plesk.com.
Escape character is '^]'.

It shows successful connection to Plesk license server ... so what's the problem now ?
Thanks for helps in advane.
 
I ran following command, and the result is :
Bash:
[root@host /]# curl https://id-00.kaid.plesk.com:443
curl: (51) Unable to communicate securely with peer: requested domain name does not match the server's certificate.

but It's able to connect insecurely :

Bash:
[root@host /]# curl https://id-00.kaid.plesk.com:443 -k
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.16.1</center>
</body>
</html>

Is it a problem with plesk website ?
 
Back
Top