Used steps included in the Moodle docs but no luck in converting to Https
Moodle setup is on AWS instance under Elastic Load Balancer.
SSL termination is done on Load Balancer level
Currently Using Moodle 3.5v
Used steps included in the Moodle docs but no luck in converting to Https
Moodle setup is on AWS instance under Elastic Load Balancer.
SSL termination is done on Load Balancer level
Currently Using Moodle 3.5v
"no luck".... a technical term, yes
Please tell us what you did, what happened, what went wrong and so on.
1) Moodle docs - https://docs.moodle.org/34/en/Transitioning_to_HTTPS
2) Tried even the reverse proxy - https://moodle.org/mod/forum/discuss.php?d=370681
3) https://tracker.moodle.org/browse/MDL-42834
Post this from the front end used Https conversion tool
if the loadbalancer is in front of webserver, you must tell HTTPS for web server in the backend. I use "SetEnvIf X-Forwarded-Proto https HTTPS=on" for apache. My model is nginx (loadbalance - frontend), apache (backend)