Open Amphaal opened 5 months ago
Was digging around on a similar problem and found the following in the NginX config
set $my_https "off";
if ($http_x_forwarded_proto = "https") {
set $my_https "on";
}
Which should mean that if you set http_x_forwarded_proto
to https
in your cloudflair proxy it should disable this message.
Not sure if you can do this but thought I would document it in case it helps some one.
My instance of phpLDAPadmin being behind a Cloudflare proxy, connection is indeed secure.
Could we juste disable this message by passing an env variable ?