This issue is pretty straight forward, in terms of what is going on fundamentally. You are mixing secure and insecure requests, http and https. I assume that https is working for you as the first URL in the error is using it. Can you changed any other config to use http?
HI, Thank you for response
Basically i am disabling. https (ENABLE_HTTPS: false) while running tutor
I ment to say i am selecting N option for last question. "Do you need to run tutor https ?.
when run tutor local quickstart.
And i am handling http to https redirection internally.
If you would like to perform SSL/TLS termination with your own custom certificates, you will have to keep ENABLE_HTTPS=true and turn off the Caddy load balancing with ENABLE_WEB_PROXY=false. See the corresponding tutorial for more information.