• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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 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