Skip to content

SSL Issue with Databricks #202

Answered by boonhapus
AnoopShahi asked this question in General
Discussion options

You must be logged in to vote

Hey @AnoopShahi , this error usually happens when the python install on your machine hasn't installed the vendored certificates. Can you try navigating /Applications/Python\ <your python version>/Install\ Certificates.command and double clicking the Install Certificates.command ?

If that doesn't work, or you don't have the access on your machine to do perform that, we can also try preventing the verification check temporarily. In your terminal, run this command to

export REQUESTS_CA_BUNDLE=""

If that bypasses this, I can investigate a more permanent solution / warning to the issue using databricks connection args.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AnoopShahi
Comment options

Answer selected by AnoopShahi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants