Splunk® ODBC Driver

Install and Use Splunk ODBC Driver

Acrobat logo Download manual as PDF


Acrobat logo Download topic as PDF

Configure the TLS Certificate

If the computer on which you're running the Splunk Open Database Connectivity (ODBC) Driver is across a firewall from your Splunk platform server, instruct the Splunk ODBC driver to verify a signed intermediate certificate upon connection with the server. To do this, install a valid certificate for the management port on your Splunk platform server, and enable the Verify Server SSL Certificate option in the Splunk ODBC driver.

Be aware that if you instruct the driver to verify a signed certificate, you must configure a Transport Layer Security (TLS) certificate on the Splunk platform server because the default self-signed certificate is not sufficient. Not configuring a certificate on the Splunk platform server causes the connection to fail.

The Splunk ODBC Driver supports only TLS version 1.2 and higher. SSL is not longer supported.

To set up this functionality, perform the following steps:

  1. On the Splunk platform server, configure one or more certificates.
  2. Point splunkd to your certificate files by editing server.conf. The following is an example of an edited sslConfig stanza:
    [sslConfig]
    enableSplunkdSSL = true
    sslKeysfile = server.pem
    sslKeysfilePassword = password
    caCertFile = cacert.pem
    caPath = $SPLUNK_HOME/etc/auth

    Do not set requireClientCert to true in server.conf. The Splunk ODBC Driver does not use an SSL client certificate, so this setting causes the connection to fail.

    For more information on server.conf, see server.conf in in the Splunk Enterprise Admin Manual.

  3. On the computer on which you've installed the Splunk ODBC Driver, follow the instructions in Enter or change configuration information to open the Splunk ODBC Connection Options window.
  4. Check the box next to Verify Server SSL Certificate.
Last modified on 12 June, 2023
PREVIOUS
Configure the proxy server
  NEXT
Configure the Load Balancer

This documentation applies to the following versions of Splunk® ODBC Driver: 3.1.0, 3.1.1


Was this documentation topic helpful?


You must be logged into splunk.com in order to post comments. Log in now.

Please try to keep this discussion focused on the content covered in this documentation topic. If you have a more general question about Splunk functionality or are experiencing a difficulty with Splunk, consider posting a question to Splunkbase Answers.

0 out of 1000 Characters