知识库

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


发布时间: 31 May 2023
上次修改日期: 12 Dec 2023

问题

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. 
 

解决方案

  • 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.

原因

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

其他信息

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
此文章是否已解决问题?