ERR_TOO_MANY_REDIRECTS after Let's encrypt SSL renewal

SYSTEM INFORMATION
OS type and version Ubuntu18
Virtualmin version Version 7.1

i have multiple of Virtual Servers running on Virtualmin , Before SSL renewal it was working fine. After SSL renewal my websites got error for ERR_TOO_MANY_REDIRECTS
o tried putting # in Directives for RewriteCond RewriteRule but no luck

It’s probably your app doing it.

Make sure whatever proxy and redirect rules you have in place (also check htaccess) for the app exclude the .well-known directory. Let’s Encrypt must be able to reach the filesystem for that path.

You can test without involving Let’s Encrypt (and risking being blocked temporarily for too many requests) by just putting a test file in /home/domain/public_html/.well-known and making sure you can see it in your browser.

Hi Joe

Thanks for response, i removed old doamin and recreated empty one with defaults
its working with http . As soon as we do SSL it showing error

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.