Forum Discussion

mogranovitch's avatar
mogranovitch
Occasional Contributor
5 years ago
Solved

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...
  • MarcusJ's avatar
    5 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

  • Olga_T's avatar
    Olga_T
    5 years ago

    Hi all,

     

    Thank you for your reply, MarcusJ!

     

    mogranovitch, have you had a chance to try the above suggestion? Does this help?