Hi
One of the clients has redirected all requests to another site and panel shows warning about the Self signed certificate is being used. Warning also being displayed before redirection too. What is the simple way to have the Let's Encrypt certificate in this case?
Thanks, D
You would need to add an exemption for the .well-known folder in a rewrite rule in .htaccess. So you would need to add this rewrite condition to exclude it (after the initial RewriteEngine On):-
RewriteCond %{REQUEST_URI} !^/.well-known/(.*)
Darren It might be better for the system to do this globally, by default as that directory should only be served from the domain itself.
XN-Matt It might be better for the system to do this globally, by default as that directory should only be served from the domain itself.
You are right, we can do this at a web server level for Apache, LiteSpeed, OpenLiteSpeed and Nginx. Coming soon!