paiqo / Databricks-VSCode

VSCode extension to work with Databricks
GNU General Public License v3.0
123 stars 27 forks source link

Unable to get local issuer certificate #157

Closed minhhieutran2112 closed 1 year ago

minhhieutran2112 commented 1 year ago

Hi all,

When I am trying to connect to databricks it is giving me this error:

image

I tried running a get request in my terminal and it was just fine:

image

Can you please help?

Thanks!!

gbrueckl commented 1 year ago

do you have any specific configuration with proxies etc. that use certificates? also, what kind of Configuration Manager are you using?

you might want to try to set "http.proxyStrictSSL": false in combination with "http.proxySupport": "on" in your VSCode settings

gbrueckl commented 1 year ago

closing as no further feedback was provided