HP NonStop SSL Reference Manual Configuration • 67
MAXSESSIONS 100
Considerations
• If the number of allowed sessions is reached, any further connection request will be rejected and a warning will
be written to the log file.
• The current number of connections is displayed in the STATUS command of SSLCOM.
MAXVERSION
Use this parameter to define the maximum admissible SSL/TLS protocol version.
Parameter Syntax
MAXVERSION version
Arguments
version
an SSL/TLS version number. Currently, the supported values are:
• 2.0: SSL 2.0
• 3.0: SSL 3.0
• 3.1: SSL 3.1 / TLS 1.0
Default
The default for this parameter is "3.1" (i.e. SSL 3.1 / TLS 1.0).
See also
MINVERSION
MINVERSION
Use this parameter to define the minimum admissible SSL/TLS protocol version.
Parameter Syntax
MINVERSION version
Arguments
version
an SSL/TLS version number. Currently supported values are:
• 2.0: SSL 2.0
• 3.0: SSL 3.0
• 3.1: SSL 3.1 / TLS 1.0
Default
The default for this parameter is "3.1"
Considerations
• For security reasons, it is recommended to use the latest version of the TLS protocol as standardized by the
IETF (3.1). This requires setting MINVERSION to "3.1".