• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved the .well-known / acme-challenge folder is protected by a username

Sylvain

New Pleskian
Hello,
updating a letsencrypt certificate cannot be done on a domain, because access to the .well-known / acme-challenge folder
is protected by a username / password.
It has no reference to that in a web.config whatever it is installed on this domain.
Do you know how to overcome this concern?
 
Hi Sylvain,

Please check the following things:
1) Check if there is a "protected directory" for this folder via Plesk > Protected Directories

2) Maybe you need to reconfigure your folder permissions, can you access this folder via Plesk > File Manager?
When you place a test.txt file inside your httpdocs directory, can you access it via the web?
Check if the IIS Worker Process user had read access to the directories and the files.

3) Maybe it is in your web.config file, temporary rename your web.config to web.config.backup and see if you can access a let's encrypt validation file like so:
 
Hello,
thank you for your comeback.
The concern encountered was related to the protection by htpasswd put in place on the statistics.
Disabling it solved the problem.
 
Back
Top