Currently DatabricksRestClient needs to deactivate TLS certificate validation to connect successfully when running in an Exasol UDF. When running locally, validation succeeds.
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.
Currently
DatabricksRestClient
needs to deactivate TLS certificate validation to connect successfully when running in an Exasol UDF. When running locally, validation succeeds.