Forum Discussion
Hello Jeanette,
Thank you for raising this issue. In ReadyAPI version 3.62, we have updated the JDBC driver, and the newer version forces the SSL connection due to security reasons. As mentioned by one of our contributors, there's a way to disable SSL manually by adding a flag to the connection string: you can update the database connection definition to include the property trustServerCertificate=true. Alternatively, encrypt=false can also be added, but it’s not recommended since it lowers the security.
A note about the described behavior will be added to ReadyAPI documentation soon.
If you still experience issues or need any help, please don’t hesitate to reach out to SmartBear Support Team: https://support.smartbear.com/
This is not a solution, unless there is a way to set this globally, make it optional or use the old driver, I have downgraded to 3.61.0 so that tests continue to run, as this is a breaking change that will require changing multiple connections across many projects.