• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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