• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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