You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I use tematres with docker, behind an ingress controller (Nginx Loadbalancer) the function getURLBase is not working as expected because the protocal between my loadbalancer and the docker image is http.
So we have now some mixt-content blocked by browsers.
What do you think about adding an entry into the config.tematres.php ?
Like : CFG["https_enforce"] = true | default to false
For some use case you have this : client <-https-> loadbalancer <-http-> webserver(s)
When you use $_SERVER["HTTPS"] on tematres code you check the second one so it will be always http.
If we want to enforce I'll more use something like that:
Hello,
Since I use tematres with docker, behind an ingress controller (Nginx Loadbalancer) the function getURLBase is not working as expected because the protocal between my loadbalancer and the docker image is http.
So we have now some mixt-content blocked by browsers.
What do you think about adding an entry into the config.tematres.php ?
Like :
CFG["https_enforce"] = true | default to false
And then adapt this piece of code :
The text was updated successfully, but these errors were encountered: