This article describes the configuration and use of -denySSLReneg parameter that is recently added to Citrix ADC appliance firmware and Citrix Gateway application software.
Run the following command from the ADC command line interface to use -denySSLReneg parameter:
set ssl parameter -denySSLReneg <option>
The <option> parameter in the preceding command can take any one of the following values:
Note: Default value is set to "ALL".
To configure SSL parameters from ADC GUI, complete the following steps:
Navigate to Traffic Management > SSL > Settings and click Change advanced SSL settings and from Deny SSL Renegotiation drop-down select the appropriate setting.
Currently, the MPX-FIPS platform supports only the following options:
Run the following command from the command line interface to avail help:
> help set ssl parameter
Usage: set ssl parameter [-quantumSize <quantumSize>] [-crlMemorySizeMB <positive_integer>] [-strictCAChecks ( YES | NO )] [-sslTriggerTimeout <positive_integer>] [-sendCloseNotify ( YES | NO )] [-denySSLReneg <denySSLReneg>] where: <quantumSize> = ( 4096 | 8192 | 16384 ) <denySSLReneg> = ( NO | FRONTEND_CLIENT | FRONTEND_CLIENTSERVER | ALL )