Hi, I currently have PostgreSQL 9.5 installed on a Windows 10 machine. I have enabled SSL and configured key & crt files with pass phrase. I know that I have to enter the PEM pass phrase everytime I try to restart. So I tried using pg_ctl to start Postgres, but I have few issues:
pg_ctl -D "c:\Program Files\PostgreSQL\9.5\data" restart -w I was able to enter the PEM pass phrase since I got a prompt and was able to connect. But when my application is trying to establish the connection with Postgresql, the application is waiting since there are prompts on the command windows where I executed the pg_ctl command to enter the PEM pass phrase. I think this makes the application totally unusable.
Please advise on how to achieve what I am doing or share any alternatives that someone already has for this situation. Thank you Sent from Mail for Windows 10 |