cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption

Hardy
New Contributor III

I am trying to connect to SQL through JDBC from databricks notebook. (Below is my notebook command)

val df = spark.read.jdbc(jdbcUrl, "[MyTableName]", connectionProperties)
println(df.schema)

When I execute this command,

with DBR 10.4 LTS it works fine. But after upgrading to DBR 13.0 it throws below error:

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". ClientConnectionId:XXXXXXXX-XXXXX-XXXXX-XXXXX-XXXXXXXXXXXX

Caused by: SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Caused by: ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Caused by: SunCertPathBuilderException: unable to find valid certification path to requested target

4 REPLIES 4

Anonymous
Not applicable

Hi @Hardy S​ 

Great to meet you, and thanks for your question!

Let's see if your peers in the community have an answer to your question. Thanks.

DBXC
Contributor

Anyone has update on this? I am seeing the same issue with DBR 12.2

Mielios
New Contributor II

Also seeing this issue after upgrading to DBR 12.2. Any news is very much appreciated!

DBXC
Contributor
Try to add the following parameters to your SQL connection string. It fixed my problem for 13.X and 12.X
;trustServerCertificate=true;hostNameInCertificate=*.database.windows.net;
 
Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.