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

Issue Could not update the license. Make sure that connections to the license server ka.plesk.com on TCP port 443 are not blocked

abdallahoraby

New Pleskian
Server operating system version
CentOS 7.9.2009
Plesk version and microupdate number
Plesk Obsidian 18.0.59.2
Hi dears, itried to install the license using GUI but fails also i telnet this server but connection refused:
# telnet ka.plesk.com 443

telnet: connect to address 195.214.233.82: Connection refused

Any help please



1715254887804.png
 
I tried all of these solutions:

- open these ports:
# iptables -I OUTPUT -p tcp -d 195.214.233.80,195.214.233.81,195.214.233.82 -m multiport --dports 443,5224 -j ACCEPT
# iptables -I INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT

- tried to install license via cmd:
# plesk bin license --install A00000-A00000-A00000-A00000-A00000
result:

1715298650850.png
 
What the output of grep "ka.plesk.com" /etc/hosts and telnet 195.214.233.81 443?
 
Looks like somehow any connection to the Plesk license servers gets blocked.

Are there any alternative firewall applications running (like firewalld for example)? If there are, stop and disable those and try a telnet ka.plesk.com 443 connection again.

Else you could try (if you haven't already), is to temporarily turn of the Plesk firewall and fail2ban. See if that makes any difference. If it doesn't, you can try to run iptables -F to Flush all iptables rules. This should normally not be necessary, but I might be worth a try. (Don't forget to turn your Firewall and Fail2ban back on once your finished.).

If that doesn't solve the issue either, there is likely some off-server firewall blocking the connection. In which is case it's probably best to ask your provider for assistance.
 
Back
Top