Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.3
-
None
Description
Pre-release regression tests are currently failing with the following error when testing SQL Server with the Docker images:
com.microsoft.sqlserver.jdbc.SQLServerException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target".
This is due to the SQL Server JDBC driver having been upgraded to a much newer version with different SSL behavior. Rebuilding the Docker image using the previous version of the driver (9.4.1) does not produce the same behavior.
Attachments
Issue Links
- is caused by
-
GUACAMOLE-1807 Update webapp dependencies to latest stable and compatible versions
- Closed