mogranovitch
6 years agoOccasional Contributor
SSL configuration for connecting to Postgres DB
Hi,
I'm using ReadyAPI 2.8 and now have problems connecting our cloud-based DB server with Postgres DB.
It was working find untill couple of days ago our Server was changed to accept only...
- 6 years ago
Hi,
You can bypass SSL validation in the Postgres JDBC driver by adding this parameter to the jdbc connection string.
sslfactory=org.postgresql.ssl.NonValidatingFactory
Regards,
Marcus James
SmartBear Support
- 6 years ago
Hi all,
Thank you for your reply, MarcusJ!
mogranovitch, have you had a chance to try the above suggestion? Does this help?