Hi Team,
I enabled my own paid SSL by using this docs. Now LMS, Studio and discovery running fine with my own SSL. But some internal services are using http. For instance, if I enable student notes in any course and access the course in the LMS, i’m getting below error.
In the browser console, this log shows:
I’m using tutor, version 14.0.4.
I did the following steps:
- Finished the installation using the built-in SSL:
SSL/TLS certificates for HTTPS access activated? : Y - tutor local stop
- Clear discovery cache:
tutor local run discovery ./manage.py shell -c “from django.core.cache import cache; cache.clear()” - tutor config save --set ENABLE_WEB_PROXY=false --set CADDY_HTTP_PORT=81
- tutor config save --set ENABLE_HTTPS=false
- tutor local quickstart
Activate SSL/TLS certificates for HTTPS access?: N - configured Nginx webserver
can you please help to figure out the issue? Also, let me know if any configuration missing.