• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

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