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:
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
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!
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!