HTTPS Proxy Support| Teradata Access Module for S3 - 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
2025-05-17
dita:mapPath
cya1691484517272.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
hjf1479308836950
Product Category
Teradata Tools and Utilities

The Teradata Access Module for S3 supports using an HTTPS proxy that does not require authentication. This access module 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 the previous one.

    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.