BASE DE CONOCIMIENTO

Unable to show pictures with "Image role" or Image objects on dashboards due to TLS 1.3


Publicado: 31 May 2023
Fecha de la última modificación: 12 Dec 2023

Problema

When trying to show pictures with "Image role" or image objects on dashboards, they are not shown but the web page object on Google Chrome for example, can show the image from the same HTTPS URL. 
 

Solución

  • Change the web server to support HTTPS with TLS v1.2.
  • Upload the same image to another web server that supports TLS v1.2.
  • Use HTTP instead of HTTPS if possible.
Vote on the Tableau Community Idea to Allow Tableau products to utilize TLS 1.3.

Causa

The web server delivering the images does not accept anything other than TLS v1.3.  Desktop currently supports TLS v1.2.

Información adicional

You can check the supported TLS version with the following curl commands.
curl -v -s --tlsv1.2 --tls-max 1.2  https://example.com/sample.jpg --output /dev/null
curl -v -s --tlsv1.3 --tls-max 1.3  https://example.com/sample.jpg --output /dev/null
Troubleshoot Image Connections
¿Fue de ayuda este artículo para resolver el problema?