• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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