Thread: Running behind an ssl proxy

Running behind an ssl proxy

From
Aron Kramlik
Date:
Hi,

I would like to deploy the Docker image from https://hub.docker.com/r/dpage/pgadmin4/ and access it when it is deployed behind an SSL proxy server (in our case it is Traefik).

It would be ideal if PgAdmin could be configured to run behind the SSL proxy server and have the proxy server terminate the SSL connection.  In this case, the URLs generated by PgAdmin should be https:// prefixed even though PgAdmin itself is only listening on the HTTP port.

Could anyone recommend how this could be achieved in PgAdmin or what it needs to behave this way?

Regards,
Aron