pgAdmin4 behind HTTPs

2017-11-21 Thread Stefan Tzeggai
Hi I installed pgAdmin4 2.0 in SERVER-Mode. It listens on Port 5050 by default. Now I configured Apache2 to proxy external https access to localhost:5050 > ProxyPass / http://localhost:5050/ timeout=600 > ProxyPassReverse / http://localhost:5050/ timeout=600 The proxying works, but

Re: pgAdmin4 behind HTTPs

2017-11-21 Thread Dave Page
> On 21 Nov 2017, at 20:06, Stefan Tzeggai wrote: > > Hi > > I installed pgAdmin4 2.0 in SERVER-Mode. It listens on Port 5050 by default. > > Now I configured Apache2 to proxy external https access to localhost:5050 > >> ProxyPass / http://localhost:5050/ timeout=600 >> ProxyPassRe