• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the current Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Resolved ext.catalog.plesk.space: Connection refused

Mark_NLD

Basic Pleskian
Server operating system version
Ubuntu 20.04.6 LTS
Plesk version and microupdate number
18.0.62
Good afternoon,

Is the Plesk web store having issues? We just updated to 18.0.62.

Code:
@:~$ telnet ext.catalog.plesk.space 443
Trying 167.172.164.217...
telnet: Unable to connect to remote host: Connection refused

Regards,
Mark
 
Hello @Mark_NLD

I guess the server still has some old paths configured. This host is not available anymore.
Please check the configuration in /usr/local/psa/admin/conf/panel.ini. There should be something like this:
Code:
[extensions]
catalog.url="https://ext.catalog.plesk.space"
You can just remove this part and Plesk should start using the default host.
 
Back
Top