How to connect with PostgreSQL Database with SSL using Certificates and Key from client Eclipse in Java

2023-05-19 Thread sujay kadam
I am trying to connect with PostgreSQL database from client with SSL enabled on server 10.30.32.186 port 6432 using below java code - I am using certificates ( [server-cert.pem, server-key.pem, ca.cert] and [postgresql.crt, postgresql.pk8, root.crt] ). Suggest me if there are any specific java un

Re: How to connect with PostgreSQL Database with SSL using Certificates and Key from client Eclipse in Java

2023-05-19 Thread sujay kadam
Thank you for your response. On Fri, 19 May 2023 at 5:11 PM, Aleksander Alekseev < aleksan...@timescale.com> wrote: > Hi Sujay, > > > I am trying to connect with PostgreSQL database from client with SSL > enabled on server 10.30.32.186 port 6432 using below java code - > > This mailing list is de