Re: Enable HTTPS on pgAdmin in Server Mode

2024-01-03 Thread Morten Bonnerup Rasmussen
Thanks for the reply, Yogesh But you need to run a separate webserver like Apache to configure this? When I set 'SERVER_MODE = True' in pgAdmin config, I am able to access pgAdmin from a browser by : So I asumed that it was running an embedded webserver and was hoping to configure SSL settings

Re: Python access to macOS keychain

2024-01-03 Thread Aditya Toshniwal
Hi Neil, pgAdmin tries to access the passwords saved by pgAdmin for each server here and that's why it is asking multiple times. "Always allow" means pgAdmin can access the passwords saved by pgAdmin any number of times. We can try to add a check if the password is stored then only access, but tha