Mike Jumper created GUACAMOLE-1838:
--------------------------------------
Summary: Updated SQL Server JDBC driver cannot connect (PKIX path
building failed)
Key: GUACAMOLE-1838
URL: https://issues.apache.org/jira/browse/GUACAMOLE-1838
Project: Guacamole
Issue Type: Bug
Components: guacamole-docker
Affects Versions: 1.5.3
Reporter: Mike Jumper
Fix For: 1.5.3
Pre-release regression tests are currently failing with the following error
when testing SQL Server with the Docker images:
{code:none}
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".
{code}
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)