Tableau Server가 SSL에 구성된 프록시 내에 있는 경우 Tableau Desktop이 Tableau Server에 연결하지 못할 수 있습니다(HTTP 500 또는 HTTP 404 응답 코드가 반환될 수 있음). 이 문제는 다음과 같은 방식 중 하나 이상으로 나타날 수 있습니다.
X-Forwarded-Proto HTTP 헤더를 전달하도록 프록시 서버를 구성합니다.
일반적으로 SSL 선호도도 사용하도록 설정해야 합니다. 일부 프록시에서 이 설정은 SSL 세션 지속성 또는 SSL 지속성을 나타냅니다.
다음은 F5 프록시 기기에서 X-Forward-Proto를 사용하도록 설정하는 단계입니다. 다른 기기의 경우 이러한 단계 및 설정을 수정해야 할 수 있습니다.
HTTP::header insert X-Forwarded-Proto https}
when HTTP_REQUEST { HTTP::header insert X_FORWARDED_PROTO https }
OR:
when HTTP_REQUEST { HTTP::redirect https://\[HTTP::host\]\[HTTP::uri\] }
HTTP 헤더 이름은 대문자여야 하고 하이픈을 사용하여 단어를 구분해야 한다는 명명 규칙이 있습니다. 일반적으로 프록시에서 필요로 하지 않으면 밑줄은 사용하지 마십시오. 표준 명명 규칙을 따르는 헤더의 일부 예는 다음과 같습니다.
001473586

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.