tSetProxy Standard properties - 7.3

Proxy

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Internet components (Integration) > Networking and Communication > Proxy components
Data Quality and Preparation > Third-party systems > Internet components (Integration) > Networking and Communication > Proxy components
Design and Development > Third-party systems > Internet components (Integration) > Networking and Communication > Proxy components
Last publication date
2024-02-21

These properties are used to configure tSetProxy running in the Standard Job framework.

The Standard tSetProxy component belongs to the Internet family.

The component in this framework is available in all Talend products.

Basic settings

Use Java Virtual Machine Proxy Configuration

Select this option to use the following proxy configuration for all the network accesses from the JVM.

If this option is cleared, the proxy configuration is used only when the JVM accesses the URIs specified in URIs to use proxy.

This option is selected by default.

Proxy type

List of proxy protocols. Four options are available: Http Proxy, Https Proxy, Socks Proxy, and FTP Proxy.

Note: FTP Proxy is not available if Use Java Virtual Machine Proxy Configuration is cleared.
Proxy host Address of the proxy server.
Proxy port

Number of the proxy port.

Use authentication

Select this option if authentication is enabled on the Https proxy server.

Note: This option is available when Https Proxy is selected from Proxy type drop-down list.
Proxy user Username for proxy authentication.
Proxy password

Password for proxy authentication.

To enter the password, click the [...] button next to the password field, and then in the pop-up dialog box enter the password between double quotes and click OK to save the settings.

URIs to use proxy Specify the URIs for which the proxy is used by providing the corresponding host names/host addresses and port numbers in the table.
Note:
  • This table is available if Use Java Virtual Machine Proxy Configuration is cleared.
  • For the Port column, a value of -1 specifies to use the proxy when the JVM accesses any ports of the host.
No Proxy for

The hosts which should be connected to directly and not through the proxy server. The value can be a list of hosts, each separated by a |, and in addition a wildcard character (*) can be used for matching, e.g. "192.168.0.* | localhost".

This option is available when you select HTTP Proxy or FTP Proxy from the Proxy type drop-down list.

Advanced settings

Thread isolated proxy Select this option to make the proxy available only to the thread that invokes the tSetProxy component.
tStatCatcher Statistics Select this check box to gather the Job processing metadata at a Job level as well as at each component level.
Enable Basic Authentication Header

Select this option to pass the username and password provided in the Basic settings view to a basic authentication-enabled https proxy server through the http authentication request header.

Because the authentication information may get revealed, select this option when the https proxy server is in a trusted environment.

This option is available when you select Https Proxy from the Proxy type drop-down list and select Use authentication in the Basic settings view.

Warning: Enabling this option will set the system property jdk.http.auth.tunneling.disabledSchemes to empty.

Global Variables

Global Variables

ERROR_MESSAGE: the error message generated by the component when an error occurs. This is an After variable and it returns a string. This variable functions only if the Die on error check box is cleared, if the component has this check box.

A Flow variable functions during the execution of a component while an After variable functions after the execution of the component.

To fill up a field or expression with a variable, press Ctrl + Space to access the variable list and choose the variable to use from it.

For further information about variables, see Talend Studio User Guide.

Usage

Usage rule

Typically used as a subJob by itself, tSetProxy is deployed along with other Internet components.