MQSSLRESET

MQSSLRESET represents the number of unencrypted bytes sent and received on an SSL or TLS channel before the secret key is renegotiated.

See Resetting SSL and TLS secret keys for more information about secret key renegotiation.

It can be set to an integer in the range 0 through 999 999 999. The default is 0, which indicates that secret keys are never renegotiated. If you specify an SSL or TLS secret key reset count in the range 1 byte through 32 KB, SSL or TLS channels use a secret key reset count of 32 KB. This secret reset count is to avoid excessive key resets which would occur for small SSL or TLS secret key reset values.

To set this variable use one of these commands:
  • On Windows systems:
    
    SET MQSSLRESET=integer
    
  • On UNIX and Linux® systems:
    
    export MQSSLRESET=integer
    
  • [IBMi]On IBM® i:
    
    ADDENVVAR ENVVAR(MQSSLRESET) VALUE(integer)