tsm login -u <username> -s <server> 명령을 사용해 로그인을 시도할 때 다음 오류 메시지가 나타날 수 있습니다.
Unable to verify the server's HTTPS certificate(서버의 HTTPS 인증서를 확인할 수 없음)
TLS 인증서의 CN 이름이 호스트 이름 컴퓨터와 일치하는지 확인합니다. 아래의 명령을 통해 호스트 이름이 TLS 인증서의 CN과 일치하는지 확인할 수 있습니다.
Linux:
1. "hostnamectl" 명령을 실행해 호스트 이름을 나타냅니다.echo | openssl s_client -servername <serverName> -connect 127.0.0.1:8850 2>/dev/null | openssl x509 -text
Note: openssl은 일반적으로 설치된 위치에 존재합니다: /opt/tableau/tableau_server/packages/apache<version>/bin
3. 다음 명령을 실행하여 호스트 이름을 변경합니다.
sudo hostnamectl set-hostname "myHostname" --static
001471455

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.