• 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.

Resolved acme.sh Invalid response from .well-known/acme-challenge

bsssrl

New Pleskian
I need to use acme.sh in order to provide ssl to a virtualhost, I need to do it manually without let's encrypt integrated in plesk.

The error is the following:
Verify error:Invalid response from vhost/.well-known/acme-challenge/F-h-S9RFcjsfonu1JKd_o7r23Jg6DjQ6NOb0pDwe6-w

The command I execute as root is the following:

Bash:
/root/.acme.sh/acme.sh --issue -d $domain -d www.$domain --force -w /var/www/vhosts/$domain/httpdocs/ --log $logfile

Here is the exact same issue without reply for plesk 17. I've already had this problem on plesk 17 and I just solved disabling let's encrypt extension and adding following directive to nginx

NGINX:
location ~ /.well-known {
    allow all;
}

In plesk 18 disable or remove the extension is not enough. I also tried to disable Sectigo SSL and SSL It!

Any help would be appreciated!
 
Solved. Inside vhost/conf/nginx.conf something related to let's encrypt remains until rebuild (using Webserver Configurations Troubleshooter extension).
 
Back
Top