SSL Issue with Databricks #202
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @AnoopShahi , this error usually happens when the python install on your machine hasn't installed the vendored certificates. Can you try navigating 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. |
Beta Was this translation helpful? Give feedback.
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 theInstall 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
If that bypasses this, I can investigate a more permanent solution / warning to the issue using databricks connection args.