• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Extensions and firewall dont show up

i add

[extensions]
catalog.url="https://ext.catalog.plesk.space"

this show some page

1719917879634.png1719917892204.png1719917904910.png1719917913181.png

if remove can't display all page
 
If you run the following commands via command line:

wget https://ext.plesk.com
and
wget https://ext.catalog.plesk.space

What's the output?
 
Try to add to panel.ini (and remove the previous added entry in panel.ini)
Code:
[extensions]
catalog.url="https://ext.plesk.com"
 
What is the output of file /var/log/plesk/panel.log ?
[2024-07-02 07:22:59.691] 2416:6683e3111b77e ERR [extension/catalog] Failed to connect to ext.catalog.plesk.space port 443: Connection refused
[2024-07-02 07:22:59.997] 2416:6683e3111b77e ERR [extension/catalog] Failed to connect to ext.catalog.plesk.space port 443: Connection refused
[2024-07-02 07:23:00.393] 2416:6683e3111b77e ERR [extension/catalog] Failed to connect to ext.catalog.plesk.space port 443: Connection refused
[2024-07-02 07:23:00.899] 2416:6683e3111b77e ERR [extension/catalog] Failed to connect to ext.catalog.plesk.space port 443: Connection refused
[2024-07-02 07:23:01.113] 2416:6683e3111b77e ERR [extension/catalog] Failed to connect to ext.catalog.plesk.space port 443: Connection refused
[2024-07-02 07:23:01.437] 2416:6683e3111b77e ERR [extension/catalog] Failed to connect to ext.catalog.plesk.space port 443: Connection refused
[2024-07-02 07:23:01.660] 2416:6683e3111b77e ERR [extension/catalog] Failed to connect to ext.catalog.plesk.space port 443: Connection refused
[2024-07-02 07:23:01.966] 2416:6683e3111b77e ERR [extension/catalog] Failed to connect to ext.catalog.plesk.space port 443: Connection refused
[2024-07-02 07:23:02.359] 2416:6683e3111b77e ERR [extension/catalog] Failed to connect to ext.catalog.plesk.space port 443: Connection refused
[2024-07-02 07:23:02.659] 2416:6683e3111b77e ERR [extension/catalog] Failed to connect to ext.catalog.plesk.space port 443: Connection refused
[2024-07-02 07:23:02.988] 2416:6683e3111b77e ERR [extension/catalog] Failed to connect to ext.catalog.plesk.space port 443: Connection refused
[2024-07-02 07:23:03.292] 2416:6683e3111b77e ERR [extension/catalog] Failed to connect to ext.catalog.plesk.space port 443: Connection refused
[2024-07-02 07:23:03.588] 2416:6683e3111b77e ERR [extension/catalog] Failed to connect to ext.catalog.plesk.space port 443: Connection refused
[2024-07-02 07:26:10.951] 3070:6683e3ca6ad22 ERR [extension/letsencrypt] Domain validation failed for com: Invalid response from https://acme-v02.api.letsencrypt.org/acme/authz-v3/371694229747.
Details:
Type: urn:ietf:params:acme:error:unauthorized
Status: 403
Detail: 210.1.61.165: Invalid response from http://com/.well-known/acme-challenge/0H_A8PVsrEqKvjz_WUTYKMDVkzBBm56uRvcMCaygES0: 404
[2024-07-02 07:26:10.954] 3070:6683e3ca6ad22 ERR [extension/letsencrypt] Domain validation failed: Invalid response from https://acme-v02.api.letsencrypt.org/acme/authz-v3/371694229747.
Details:
Type: urn:ietf:params:acme:error:unauthorized
Status: 403
Detail: 210.1.61.165: Invalid response from http://com/.well-known/acme-challenge/0H_A8PVsrEqKvjz_WUTYKMDVkzBBm56uRvcMCaygES0: 404
[2024-07-02 07:26:10.976] 3070:6683e3ca6ad22 ERR [extension/sslit] Unable to secure panel ns1.wsnhosting.com automatically Invalid response from https://acme-v02.api.letsencrypt.org/acme/authz-v3/371694229747.
Details:
Type: urn:ietf:params:acme:error:unauthorized
Status: 403
Detail: 210.1.61.165: Invalid response from http://.com/.well-known/acme-challenge/0H_A8PVsrEqKvjz_WUTYKMDVkzBBm56uRvcMCaygES0: 404
 
Back
Top