Question
ERR_TOO_MANY_REDIRECTS after setting up SSL
So I followed this guide https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-18-04 to secure apache so I could have https enabled. When I got to the step that asked “Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP access.” I chose option number 2 to redirect traffic to https. Now I get an error when trying to access my site “www.unleashedmc.net redirected you too many times.”.
This is the output I get when running “sudo apache2ctl -S”
https://paste.ee/p/3vlUs
This is my apache2.conf https://paste.ee/p/JHMBE
This is my unleashedmc.net.conf https://paste.ee/p/CKJAV
This is my unleashedmc.net-le-ssl.conf https://paste.ee/p/N7G8J
Any help would be greatly appreciated.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×