PROXY_URL - UAG configuration option

Description

Specifies the proxy server address through which UAG Server's connection to OMS should be forwarded.
 

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Configuration File Keyword

proxy_url protocol://[[user]:password@]host[:port]



(tick)

(tick)

(tick)

Values

protocol

Required. The protocol the proxy server should use to forward traffic from UAG Server to OMS.

As of this writing, http is the only supported protocol.

user

Optional. User name for proxy authentication.

This parameter has no default value.

password

Optional. The password for the account specified by the user parameter.

This parameter has no default value.

When specified, must be preceded by a colon (:). Any user account information must be separated from the host value with the @ symbol.

host

Required. The host name or IP address of the proxy server.

port

Optional. The port number upon which the proxy server accepts incoming connections. 

The default value for this parameter is 80.

Examples

  1. Use an HTTP proxy server listening on TCP port 80 that does not require any credentials.

    proxy_url http://proxyserver.com/

  2. Use an HTTP proxy server listening on TCP port 3128 that does not require any credentials.

    proxy_url http://proxyserver.com:3128/

  3. Use an HTTP proxy server listing on port 3128 using a user ID of proxyuser whose password is secret.

    proxy_url http://proxyuser:secret@proxyserver.com:3128/