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"
    
The string is either the host name or network address of the HTTP Proxy server which is to be used by GSKit for OCSP checks. This address can be followed by an optional port number, enclosed in parentheses. If you do not specify the port number, the default HTTP port, 80, is used.
For example, on UNIX and Linux systems, you can use the one of the following commands:
  • 
    export MQSSLPROXY="proxy.example.com(80)"
    
  • 
    export MQSSLPROXY="127.0.0.1"