Re: pgAdmin4 behind HTTPs

2017-11-22 Thread Stefan Tzeggai
Hi Am 21.11.2017 um 21:09 schrieb 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

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