마지막 수정 날짜: 12 Dec 2023
환경
- Tableau Desktop
- Image role
- Image objects
해결 방법
- 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.
원인
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/nullTroubleshoot Image Connections
이 문서의 효과에 대한 의견을 제공해 주셔서 감사합니다.
새 사례 열기
검색 계속
기술 자료
커뮤니티
제품 도움말
교육 및 자습서
Trending Articles
Results 1-3 of 50