Re: Bad Cookies with reverse proxy

2019-09-04 Thread Albert Serrallé
It works like a charm :) Thanks a lot for the fast reply, you saved my day! On Wed, 4 Sep 2019 at 13:29, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > If you are using latest version then could you please try setting > ENHANCED_COOKIE_PROTECTION > = False in your confi

Re: Bad Cookies with reverse proxy

2019-09-04 Thread Murtuza Zabuawala
Hi, If you are using latest version then could you please try setting ENHANCED_COOKIE_PROTECTION = False in your config_local.py file? We have recently added this config parameter for similar kind of issue. Ref: https://redmine.postgresql.org/issues/4566 -- Regards, Murtuza Zabuawala Enterprise

Bad Cookies with reverse proxy

2019-09-04 Thread Albert Serrallé
Hello, I've been trying to setup a pgadmin on Kubernetes behind an nginx ingress that handles the TLS termination. I cannot modify the configuration of that ingress, so I've deployed an additional nginx to handle the reverse proxy config for pgadmin: nginx ingress (tls termination) -> nginx -> pg