I’m following this tutorial: https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04
After successful completion of renewing cert, my roundcube login page will no longer display and I’m getting the following error when trying to access the website via Google Chrome:
This page isn’t working mail.cnic-n9portal.net redirected you too many times. Try clearing your cookies. ERR_TOO_MANY_REDIRECTS
Sorry as I’m rather new to this. Is something pointing in the wrong direction in a config file perhaps?
Please let me know if providing screenshots will help. Thank you in advance!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
I’ve noticed that you’ve already got your Roundcube up and running using your new SSL certificate. Happy to see that you’ve got it all sorted out! If you have the time, would you mind sharing your solution here with the community? It will be highly appreciated!
In general, I could suggest a couple of things:
Here are some steps you can follow to debug and solve this problem:
Check your NGINX Configuration: Your error could be due to incorrect configuration in your NGINX server block files. Double-check the configuration for any unnecessary or incorrect redirections, especially from HTTP to HTTPS or non-www to www. Also, check to make sure that the SSL certificate paths are correct and that the server name matches the name on the certificate.
Inspect Roundcube’s Configuration: If the NGINX configuration looks fine, the issue might be in Roundcube’s configuration. Look for any redirections there and check if they match with what you have in your NGINX configuration.
Browser Cookies and Cache: Sometimes, such problems can be due to cookies stored in your browser. Try clearing your browser’s cache and cookies and access the site again.
Error Logs: Check both NGINX and Roundcube error logs for any suspicious entries that might suggest where the problem is.
Best,
Bobby