docker-phpLDAPadmin icon indicating copy to clipboard operation
docker-phpLDAPadmin copied to clipboard

403 forbidden from the web ui

Open vranki opened this issue 7 years ago • 2 comments

I'm trying to set up the container. I've disabled TLS (PHPLDAPADMIN_HTTPS=false) and running it as in examples.

When trying to access port 6443 with browser or local curl I'm getting 403 Forbidden as response for / and any other path. Any ideas?

vranki avatar Sep 17 '18 19:09 vranki

Port 6443 routes to 443, which is the https port. Route e.g. 6080 to 80 and use this one instead.

dargmuesli avatar Oct 09 '18 21:10 dargmuesli

Does this mean, that if SSL is enabled, the app always answers request on port 80 with 403? If so, why does it not redirect to the SSL port instead?

jelmd avatar Oct 15 '19 07:10 jelmd