curl: (35) error:0A000126:SSL routines::unexpected eof while reading

ShakirHossain
New Contributor

Hello,

I am new to Databricks and have new workspace created. I get this error msg in my bash terminal even when I run Databricks --help command. What am i missing and how should I configure it. Please let me know if any furhter details is needed 

 

VZLA
Databricks Employee
Databricks Employee

Are you referring to the databricks-cli? If so, then are you probably sitting behind a firewall or proxy? If you are, then you may need to export the proxy settings in your terminal (export HTTP_PROXY=$proxy; export HTTPS_PROXY=$proxy, with their corresponding values). Did you follow any specific document to install and configure the databricks cli? Did it all go through without errros?