SSL enabled connection for PostgreSQL

From: Rajeshwar Singh <singh(dot)rajeshwar(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: SSL enabled connection for PostgreSQL
Date: 2023-06-05 20:30:21
Message-ID: CAKDxqr=n4tnk4+NOSRbCmkh44PHYx8r37ev8S-6CXpBvnZBaPg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi...

I am setting up PostgreSQL 14 with SSL and passphrase. The postgresql.conf
file has following entry:

ssl=on
.
.
ssl_passphrase_command='passphrase.txt'
ssl_passphrase_command_supports_reloads = on

Now when I try to connect using psql, it ask for *Enter PEM pass_phrase*:

Is there a way where client can be configured so it doesn't ask for pass
phrase ?

Thanks in advance
Rajeshwar Singh

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message David G. Johnston 2023-06-05 20:40:13 Re: SSL enabled connection for PostgreSQL
Previous Message Holger Jakobs 2023-06-05 14:33:06 Re: Fatal Error KeyError: 'ck_port_range' after upgrade