HTTPS Proxy Support - Access Module

Teradata® Tools and Utilities Access Module Reference

Product
Access Module
Release Number
16.20
Published
November 2020
Language
English (United States)
Last Update
2020-11-18
dita:mapPath
igy1527114222333.ditamap
dita:ditavalPath
igy1527114222333.ditaval
dita:id
B035-2425
lifecycle
previous
Product Category
Teradata Tools and Utilities

The TPT-S3 connector supports using an HTTPS proxy that does not require authentication. The connector can receive the proxy specification in two ways:

  1. 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.

  2. Through the module parameters, using the syntax:

    S3HttpsProxy=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 S3HttpsProxy specification can be abbreviated:

    S3HttpsProxy=w.x.y.z:m

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