osixia / docker-phpLDAPadmin

phpLDAPadmin container image 🐳🌴
MIT License
844 stars 197 forks source link

403 forbidden from the web ui #48

Open vranki opened 5 years ago

vranki commented 5 years ago

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?

dargmuesli commented 5 years ago

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

jelmd commented 4 years ago

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?