Probably proxy server (or firewall). Typically proxy server because the ODBC driver is not proxy aware like your internet browser is. This is why others mentioned configure the proxy without explanation. The typical solution is to add an environmental variable that the ODBC driver can see. I would recommend testing it using the following process: At the command line (in Windows) enter setx http_proxy <proxy_ip>:<proxy_port> (example setx http_proxy 132.50.12.1:443) Restart your ODBC Program (ex, PowerBi) Retest your connection If it fails, add the https_proxy the same way. If it succeeds, add it the system permanently. Ref# Configure the proxy server - Splunk Documentation # libcurl - programming tutorial # Set up proxy using http_proxy & https_proxy environment variable in Linux? | GoLinuxCloud # windows - Command line to remove an environment variable from the OS-level configuration - Stack Overflow
... View more