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
If phpmyadmin is deployed on an http web server behind an AWS CloudFront distribution that support https, phpmyadmin warn the user about a possible "mismatch between HTTPS indicated on the server and client".
On the libraries/classes/config.php there are already some checks, on isHttps function, for different kind of proxy but there is no AWS specifi one.
Adding the following check on it should correct the behaviour:
If phpmyadmin is deployed on an http web server behind an AWS CloudFront distribution that support https, phpmyadmin warn the user about a possible "mismatch between HTTPS indicated on the server and client".
On the libraries/classes/config.php there are already some checks, on isHttps function, for different kind of proxy but there is no AWS specifi one.
Adding the following check on it should correct the behaviour:
The text was updated successfully, but these errors were encountered: