Re: pgjdbc is not working with PKCS8 certificates with password

2024-02-07 Thread just madhu
, Feb 7, 2024 at 8:22 PM Joe Conway wrote: > On 2/7/24 06:42, just madhu wrote: > > On further investigation, > > /With certificate generated as below. JDBC connection is successful./ > > openssl pkcs8 -topk8 -inform PEM -in client.key -outform DER -out > > client.pk8 -pa

Re: pgjdbc is not working with PKCS8 certificates with password

2024-02-07 Thread just madhu
\client_pass_PBE.pk8": no start line) and psql(psql: error: could not load private key file "client_pass_PBE.pk8": unsupported) is failing Is there a common way in which certificate with passwords can be created for both libpq and jdbc ? On Wed, Feb 7, 2024 at 3:17 PM just madhu wrote: > H