Tableau Desktop For Mac

Installation of Tableau Desktop on Mac OS.

If you are using regular (one-way) SSL with a JDBC based connector, and you have self-signed certificates, or certificates that are signed by a non-public certificate authority (CA), then you will need to configure trust for your certificate.

With Tableau, you can configure one-way SSL trust for JDBC connections using one of these methods:

Embed a certificate

Tableau Desktop For Mac

Note: If you are using a version of Tableau Desktop before 2020.2, see the Driver Downloads (Link opens in a new window) page for instructions on installing Java. Tune JDBC connector performance. Tableau supports the ability to customize your JDBC data connection, which. Tableau Desktop and Tableau Prep is supported in both Windows and MacOS environments. In addition, all of Tableau’s products operate in virtualized environments when they are configured with the proper underlying Windows operating system and minimum hardware requirements. These virtual solutions include Citrix environments, Parallels, and VMware.

Tableau Desktop Free Version

Some connectors support embedding the certificate in the workbook or data source. If that is available, then you can use Tableau Desktop to embed the CA certificate.

Install a certificate in the system trust store

If embedding is not available, you will need to configure the Java Runtime to trust your certificate. Also, it may be easier to do this than to embed the certificate in every workbook.

Tableau desktop 2019.3 for mac

For Windows:

Install Tableau Desktop For Mac

You can install your CA or self-signed certificate in the Windows root CA trust store. The Java Runtime looks for trusted CAs in the system root trust store. It does not look in the intermediate certificate storage.

Note: If you have installed your root CA, but are still having trouble making connections, it may be caused by missing intermediate certificates. While the TLS standard requires that servers send all certificates in their chain except the root certificate, not all servers are compliant. If you server doesn’t send the intermediate certificates, you can either fix the server to properly forward intermediate certificates or install the intermediate certificates in the root trust store. Alternatively, you could choose to embed certificates in the data source or configure a trust store with driver properties.

  1. In Windows, search for 'certificates'.
  2. Select Manage computer certificates.
  3. From the Action menu, select All Tasks, and then, depending on Windows version, do one of the following:
    • Select Import and then select Local Machine.
    • Select Find Certificates.
  4. Browser to find your certificate file.
  5. Import into 'Trusted Root Certificate Authorities'.

For Mac:

To install a custom certificate on a Mac, follow these steps to import the certificate into the 'System' keychain.

Note: Loading certificates from keychain on Mac works for most, but not all, drivers. In a small number of cases, you may need to use a PROPERTIES file to configure truststore. For more information, see Customize and Tune JDBC Connections.

Tableau Desktop For Mac
  1. Go to https://support.apple.com/guide/keychain-access/add-certificates-to-a-keychain-kyca2431/mac(Link opens in a new window).
  2. Import the certificate into the 'System' keychain (not 'System Roots').
  3. Enable trust as follows:
    1. In the Keychain App, right-click the new certificate.
    2. Select Get Info.
    3. In the dialog, open the Trust section, and then select When using this certificate always trust.

Note: For SAP HANA connections with Tableau versions before 2020.2, you will add the certificate to the JRE instead on a Mac. For details, see the 'Install trusted SSL certificates on the Mac' section in the SAP HANA connector Help topic.

For Linux:

Tableau for windows 10

Many Linux distributions will generate a trust store in Java format from the system certificates. You may need to install Java from the package manager for this file to be created.

This allows the JRE to use the same certificates as the operating system.

Tableau Desktop For Mac Crack

Note: Tableau Server looks for this file in the standard locations:
/etc/ssl/certs/java/cacerts
/etc/pki/java/cacerts

To configure a different location, run:

This file should:

  • Contain all trusted CAs and self-signed certificates.
  • Contain only public keys.
  • Be in JKS format.
  • Be readable by the Tableau unprivileged user ('run as user').
  • Use default JKS password 'changeit'
Tableau

To install a custom CA or self-signed certificate, see the documentation for your distribution. Run the appropriate commands to generate the key store. For example:

Use custom driver properties

You can customize JDBC connection options, including the location of the trust store, with a properties file. This is a plain-text file containing key-value pairs for each connection parameter. For details on specific property settings, see the documentation for your driver.

For example, lines in this properties file are being used to configure trust settings:

javax.net.ssl.trustStore=C:My_Foldertruststore.jks
javax.net.ssl.trustStoreType=JKS
javax.net.ssl.trustStorePassword=password

When you create the file and save it to the correct location, the properties in the file are applied to all JDBC connections to the same data source type.

If you use the generic 'Other Database (JDBC)' connector, you can specify a properties file directly in the connection dialog.

For more information, see Customize JDBC Connections Using a Properties File(Link opens in a new window) in Tableau Community.

See also

  • Require SSL for Oracle JDBC Connections(Link opens in a new window) - Installation instructions for adding trusted SSL certificates to Oracle JDBC connections.
Thanks for your feedback!

New Feature Highlights

Support for more dashboard extensions

Parameter Actions, Date Updater, Data-Driven Parameters, and Semiotic Hierarchy dashboard extensions are now supported on Tableau Public. See all of the extensions supported on Tableau Public in the Extension Gallery.

Web authoring on Tableau Public (beta)

Create new visualizations on Tableau Public right from a browser. With web authoring in beta on Tableau Public, you can connect to data in Excel and text-based files including CSV, JSON, PDF, Spatial files, Statistical files, Tableau Data Extracts, and Hyper Extracts.