Skip to main content

UAG_TLS_SNI_HOSTNAME - UBROKER configuration option

Description

The UAG_TLS_SNI_HOSTNAME option specifies a value to override the TLS_SNI_HOSTNAME option of Universal Automation Center Agent (UAG).

It specifies a value for the TLS SNI hostname used to reach this Agent.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Command Line

-uag_tls_sni_hostname value

Environment Variable

UAGTLSSNIHOSTNAME=value

Values

value is the port, hostname, and TLS SNI hostname that can be used to reach this agent. It uses the following format:

PORT@HOSTNAME:SNI_HOSTNAME

Where:

  • PORT must consist of only digits 0-9.
  • HOSTNAME and SNI_HOSTNAME must contain only alphanumeric characters, hyphens, and periods.

Default is none.