htaccess - Allow Let's Encrypt to Validate and Renew

When receiving the following Let's Encrypt error message:


domain.com: The SSL certificate expires on Sep 01, 20xx at
3:09:54 PM UTC. At the time of this notice, the certificate expired “-2
days, 2 hours, 9 minutes, and 51 seconds” ago.

The SSL certificate for “domain.com” has not been renewed. *You
must take action to secure this site.*

To upgrade to an EV or OV certificate, navigate to the “SSL/TLS Wizard
<https://webserver.ultrawebhosting.com:2083/?goto_app=SSL_TLS_Wizard>
interface.

 

Add a RewriteCond to your .htaccess to allow the script to work:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^\.well-known/.+ - [END]


If you understand rewrites and want to incorporate the necessary line it is the following location: 

RewriteRule ^.well-known/acme-challenge [L]
  • 2 Users Found This Useful

Was this answer helpful?

Related Articles

I can not move out of the / directory, why not?

For security reasons, you cannot move out of the root folder of your own domain.

Inode issues

There are many issues that can arise from reaching your inode limit. The inode limit is the total...

How do I cancel my account?

We are sorry to hear you would like to cancel your account! If there is anything we can do,...

Sub-Domain times out

When you add a sub-domain and it times out make sure you do not have redirection set from that...

Error 401 Unauthorized

This can occur when a web page requires authorization or a login to view the contents. If none...