Re: invalid connection option "passfile"

2024-03-21 Thread hubbamubba
My problem seems to be related to using mod_wsgi with apache. I tried multiple version of mod_wsgi 4.x and 5.x but the problem remained. The solution for me was to run pgadmin4 via gunicorn and a simple reverse proxy in apache. Thanks for all the help! Sent with [Proton Mail](https://proton.me/

Re: invalid connection option "passfile"

2024-03-17 Thread Akshay Joshi
Hi Hubbamubba On Fri, Mar 15, 2024 at 11:01 PM hubbamubba wrote: > This is the exception from the pgadmin4 log file > > 2024-03-13 19:22:50,053: ERROR pgadmin: 'NoneType' object has no attribute > 'version' > Traceback (most recent call last): > File "/opt/pgadmin4/venv/lib64/python3.7/site-

Re: invalid connection option "passfile"

2024-03-15 Thread hubbamubba
This is the exception from the pgadmin4 log file 2024-03-13 19:22:50,053: ERROR pgadmin: 'NoneType' object has no attribute 'version' Traceback (most recent call last): File "/opt/pgadmin4/venv/lib64/python3.7/site-packages/flask/app.py", line 1823, in full_dispatch_request rv = self.dispatch_re

Re: invalid connection option "passfile"

2024-03-13 Thread Akshay Joshi
Hi On Wed, Mar 13, 2024 at 9:26 PM hubbamubba wrote: > Hi, > > Amazon linux 2 > Python 3.7 > Pgadmin 8.4/8.3 in server_mode installed via pip > Apache with mod_wsgi > ldap authentication > psycopg==3.1.12 > psycopg-binary==3.1.12 > > > I'm having issues using passfile on a new pgadmin4 install.