HTTPS Proxy Support| Teradata Access Module for GCS - HTTPS Proxy Support - Access Module

Teradata® Tools and Utilities Access Module Reference - 20.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Access Module
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2024-05-14
dita:mapPath
cya1691484517272.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
hjf1479308836950
lifecycle
latest
Product Category
Teradata Tools and Utilities

The Teradata Access Module for GCS supports using an HTTPS proxy that does not require authentication. The access module can receive the proxy specification in two ways:

  • Through the HTTPS_PROXY environment variable, using the shell syntax:

    export HTTPS_PROXY=http://w.x.y.z:m

    where w.x.y.z is the IP address (or domain name) of the proxy server and m is the port number of the proxy service.

  • Through the module parameters, using the syntax:

    HttpsProxy=http://w.x.y.z:m

    where w.x.y.z and m have the same meaning.

    In the case of the module parameter, the HttpsProxy specification can be abbreviated:

    HttpsProxy=w.x.y.z:m

If both specifications are provided, the module parameter takes precedence over the environment variable.