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

SSL

Open robov opened this issue 8 years ago • 3 comments

When I use your sample to run the container, it only works on a http connection not on a https connection... any suggestions ?

robov avatar Nov 04 '17 18:11 robov

Hi, I don't know how to help. I have never run https connection

Chorss avatar Nov 06 '17 18:11 Chorss

I am also trying to run this behind a reverse proxy /Rancher & HAProxy in this case) with SSL.

I can access the docker instance - but get redirected to http://<fqdn>/browser/. The access is http://<fqdn>

asthomasdk avatar Mar 07 '18 09:03 asthomasdk

Could put a nginx ssl proxy in front via docker-compose and only allow ssl port. That's what I'm doing with my webapp.

SpootDev avatar Oct 15 '18 18:10 SpootDev