Skip to main content

TLS_SNI_HOSTNAME - UAG configuration option

Description

The TLS_SNI_HOSTNAME option specifies a value for the TLS SNI hostname used to reach this Agent. The value is only reported to the Controller, and does not affect Agent functionality. The Controller can use this value to know how to reach this Agent in environments where an SNI extension is required, such as when the Agent is running in an OpenShift pod.

tip

Info

You can override this option through a UBROKER command line argument or environment variable. See UAG_TLS_SNI_HOSTNAME - UBROKER Configuration Option.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Configuration File Keyword

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