KNOWLEDGE BASE

Unexpected HTTP_PROXY Not Found In Environmental Variables Was Used When Opening Tableau Desktop


Published: 03 Feb 2023
Last Modified Date: 09 Feb 2023

Issue

Tableau Desktop reads the http_proxy environmental variable even though no HTTP_PROXY environmental variable is set.
msinfo32 shows no HTTP_PROXY  environmental variable.

Environment

  • Tableau Desktop 2022.1.1
  • Windows 10
  • PostgreSQL
  • Proxy

Resolution

Verify if the proxy is configured on the PC by running the command "netsh winhttp show proxy" from Command Prompt.
If there is no proxy configuration, it looks like this.
User-added image

If there are proxy address configured, it looks like this.
User-added image

Consult the IT administrator/team to check if the proxy setting is required on the pc. 
You can reset the proxy setting with the command "netsh winhttp reset proxy" if it's not needed.
 

Cause

The proxy server setting (http_proxy environmental) added by WinHTTP is remaining on the PC and recognized by Tableau Desktop.
 
Did this article resolve the issue?