Quando Tableau Server si trova dietro un proxy configurato per SSL, Tableau Desktop potrebbe non essere in grado di connettersi a Tableau Server (potrebbe essere restituito un codice di risposta HTTP 500 o HTTP 404). Il problema può presentarsi in uno o più dei seguenti modi:
Configura il server proxy per inoltrare l'intestazione HTTP X-Forwarded-Proto.
In generale, è necessario abilitare anche l'affinità SSL. In alcuni proxy, questa impostazione si riferisce alla persistenza della sessione SSL o alla persistenza SSL.
I passaggi seguenti servono ad abilitare X-Forward-Proto su un dispositivo proxy F5. Per altri dispositivi, potrebbe essere necessario modificare questi passaggi e impostazioni.
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\] }
La convenzione di denominazione delle intestazioni HTTP è quella di capitalizzare le parole e separarle usando i trattini. In generale, a meno che non sia richiesto dal proxy, non utilizzare i trattini bassi. Alcuni esempi di intestazioni che seguono la convenzione di denominazione standard includono:
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.