Configuring SSL Verification in a Non-Windows Machine

If you are connecting to a Databricks server that has Secure Sockets Layer (SSL) enabled, you can configure the connector to connect to an SSL-enabled socket. When using SSL to connect to a server, the connector supports identity verification between the client (the connector itself) and the server.

To configure SSL verification on a non-Windows machine:

  1. To allow authentication using self-signed certificates that have not been added to the list of trusted certificates, set the AllowSelfSignedCert attribute to 1.
  2. To allow the common name of a CA-issued SSL certificate to not match the host name of the Databricks server, set the Mismatch attribute to 1.
  3. Choose one:
    • To configure the connector to load SSL certificates from a specific .pem file when verifying the server, set the TrustedCerts attribute to the full path of the .pem file.
    • Or, to use the trusted CA certificates .pem file that is installed with the connector, do not specify a value for the TrustedCerts attribute.