HTTPS Proxy Support - Access Module

Teradata® Tools and Utilities Access Module Reference

Product
Access Module
Release Number
17.00
Published
November 30, 2020
Language
English (United States)
Last Update
2020-11-18
dita:mapPath
sch1544831938749.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2425
lifecycle
previous
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 as above.

    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.