• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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