Configuring SSL Verification in a Non-Windows Machine
If you are connecting to a Databricks
To configure SSL verification
- To allow authentication using self-signed certificates that have not been added to the list of trusted certificates, set the
AllowSelfSignedCertattribute to1. - To allow the common name of a CA-issued SSL certificate to not match the host name of the Databricks server, set the
Mismatchattribute to1. - Choose one:
- To configure the connector to load SSL certificates from a specific
.pemfile when verifying the server, set theTrustedCertsattribute to the full path of the.pemfile. - Or, to use the trusted CA certificates
.pemfile that is installed with the connector, do not specify a value for theTrustedCertsattribute.
- To configure the connector to load SSL certificates from a specific