MQSSLPROXY
MQSSLPROXY specifies the host name and port number of the HTTP proxy server to be used by GSKit for OCSP checks.
To set this variable use one of these commands:- On Windows systems:
SET MQSSLPROXY= string
On UNIX and Linux systems:
export MQSSLPROXY="string"
For example, on UNIX and Linux
systems, we can use the one of the following commands:
-
export MQSSLPROXY="proxy.example.com(80)"
-
export MQSSLPROXY="127.0.0.1"