Using Google Cloud and Ubuntu to my server.
Finally I could install Moodle (previously related here), but now I'm receiving the ERR_TOO_MANY_REDIRECTS error.
My SSL is on Cloud Load Balancing, and the connection from the domain to the server is by Port 80.
So far I tried:
- Comment the line on the admin/index.php => redirect(“index.php?sessionstarted=1&lang=$CFG->lang”);
- Clean Cache and Session files
- Check the permission on Moodle Data (777), tried even 755, 0755
- It's a clean install, so no 3rd plugin
- Include $CFG->sslproxy = true; on config.php
Any other idea?