cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

DAB fails to deploy from first try "TLS protocol version not supported"

sparklez
New Contributor II

 

Hello

I'm using the Databricks extension on VSCode, and when i attempt to deploy i often get this error

"Error: Post "https://adb-xxxxxx.xx.azuredatabricks.net/api/2.0/workspace-files/import-file/Workspace%2FUsers%2FXX...": remote error: tls: protocol version not supported"

However after retrying once or twice it will deploy successfully. 

sparklez_0-1741344021912.png

I assume this is a networking error? can someone help explain the problem?

Databricks VSCode 2.8.0

Databricks Connect 15.4.6

2 REPLIES 2

Alberto_Umana
Databricks Employee
Databricks Employee

Hi @sparklez,

Is your network blocking TLS 1.2? Databricks supports TLS 1.2  and TLSv1.3 so wondering if any of these is blocked.

I asked our network guys. turns out they needed to configure our proxy SSL bypass the traffic to Databricks. This resolved the issue.

Thanks for your input.