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
Remote user > (HTTPS) > nginx frontend at docker host > (HTTP) > docker container.
This is a perfectly secure setup (unencrypted traffic never hits the physical network), however phpLDAPAdmin will generate a warning: "This web connection is unencrypted."
phpLDAPAdmin docker image must respect X-Forwarded-Proto and disable the warning if the header is set to "https".
The text was updated successfully, but these errors were encountered:
Consider a typical setup on docker farm:
Remote user > (HTTPS) > nginx frontend at docker host > (HTTP) > docker container.
This is a perfectly secure setup (unencrypted traffic never hits the physical network), however phpLDAPAdmin will generate a warning: "This web connection is unencrypted."
phpLDAPAdmin docker image must respect X-Forwarded-Proto and disable the warning if the header is set to "https".
The text was updated successfully, but these errors were encountered: