Hi, I just installed letsencrypt on an Apache2 server on Ubuntu 16.10
Before I installed I already had SSL enabled and http to https redirection.
Now, after installing everything looks to have been done successfully but I can’t load my https web site.
For example in chrome I get “redirected you too many times” even when I do it in an incognito window. So, it is not cookies.
the URL is zm.mipinc.com. So, I disabled redirection and it let me connect to http. But https still gives me the “redirected you too many times” message.
To install I did:
sudo letsencrypt --apache -d zm.mipinc.com
And chose to redirect.
I’m sure it is something easy to fix. Is it?
Thank you