• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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