databricks-sql-go icon indicating copy to clipboard operation
databricks-sql-go copied to clipboard

Using custom SSL certificates

Open ezbercihk opened this issue 10 months ago • 1 comments

We have come across a situation where we would need to leverage a custom SSL certificate to connect to Databricks for connections flowing through a VPN. I looked through the documentation and the code and it seems like this is currently not possible. You seem to be creating your own http client so overriding the default http client will not work either (https://github.com/databricks/databricks-sql-go/blob/main/internal/client/client.go#L578-L600). Do I have an approach I have missed other than forking the driver?

ezbercihk avatar May 12 '25 18:05 ezbercihk

Hi @ezbercihk , currently, we do not support this. We will add this to our roadmap and will let you know once we have enabled support.

deeksha-db avatar May 20 '25 09:05 deeksha-db