exasol / databricks-virtual-schema

Virtual Schema for connecting Databricks as a data source to Exasol
MIT License
0 stars 0 forks source link

Investigate TLS issues with Databricks API #4

Open kaklakariada opened 3 months ago

kaklakariada commented 3 months ago

Currently DatabricksRestClient needs to deactivate TLS certificate validation to connect successfully when running in an Exasol UDF. When running locally, validation succeeds.

YotillaAntoni commented 1 week ago

The problem seems to be that in the LUA environment that the code is running LuaSec is not picking the installed CA certificates in the underlying openssl implementation.