Re: PgAdmin4 behind SSL proxy

2019-07-11 Thread Dave Page
Hi On Wed, Jul 10, 2019 at 7:25 PM Andrew Coleman wrote: > Your example documentation doesn’t include the X-Scheme header, which I > think is pretty important when you are proxying to an HTTP backend but > using HTTPS terminated at Traefik. > It wasn't needed in my testing. SCRIPT_NAME is the s

RE: PgAdmin4 behind SSL proxy

2019-07-10 Thread Andrew Coleman
@lists.postgresql.org Subject: Re: PgAdmin4 behind SSL proxy Hi On Mon, Jul 8, 2019 at 5:22 PM Andreas Steinel wrote: Hi Dave, On Mon, Jul 8, 2019 at 6:06 PM Dave Page wrote: > I managed to find some time to start looking at this. I've been working with > Nginx so far, and will hopefully get

Re: PgAdmin4 behind SSL proxy

2019-07-10 Thread Dave Page
Hi On Mon, Jul 8, 2019 at 5:22 PM Andreas Steinel wrote: > Hi Dave, > > On Mon, Jul 8, 2019 at 6:06 PM Dave Page wrote: > > I managed to find some time to start looking at this. I've been working > with Nginx so far, and will hopefully get to Traefik tomorrow. > > I posted a working configurati

Re: PgAdmin4 behind SSL proxy

2019-07-08 Thread Andreas Steinel
Hi Dave, On Mon, Jul 8, 2019 at 6:06 PM Dave Page wrote: > I managed to find some time to start looking at this. I've been working with > Nginx so far, and will hopefully get to Traefik tomorrow. I posted a working configuration for serving pgadmin4 as the root application with traefik in Ticke

Re: PgAdmin4 behind SSL proxy

2019-07-08 Thread Dave Page
h to handle routing > packets to backend containers. That and the ELB handles SSL termination > with my Route53 certificate. > > > > Thanks, > > > > Andrew > > > > *From: *Dave Page > *Sent: *Friday, June 28, 2019 6:45 AM > *To: *Andrew Coleman >

RE: PgAdmin4 behind SSL proxy

2019-06-28 Thread Andrew Coleman
to handle routing packets to backend containers. That and the ELB handles SSL termination with my Route53 certificate. Thanks, Andrew From: Dave Page Sent: Friday, June 28, 2019 6:45 AM To: Andrew Coleman Cc: pgadmin-support@lists.postgresql.org Subject: Re: PgAdmin4 behind SSL proxy Hi On Thu,

Re: PgAdmin4 behind SSL proxy

2019-06-28 Thread Dave Page
Hi On Thu, Jun 27, 2019 at 1:14 PM Andrew Coleman wrote: > Has anyone had any success running PgAdmin4 behind a reverse proxy? I am > using Traefik for routing in my Kubernetes cluster and I am experiencing > some strange behavior. > > > > With SSL: > > > > POST /login, cookie is returned with a

PgAdmin4 behind SSL proxy

2019-06-27 Thread Andrew Coleman
Has anyone had any success running PgAdmin4 behind a reverse proxy? I am using Traefik for routing in my Kubernetes cluster and I am experiencing some strange behavior. With SSL: POST /login, cookie is returned with an empty value, GET /browser redirect to /login Sometimes even requests to /us