ssl-protocols

List of allowed SSL protocols

Syntax

--ssl-protocols protocols

Description

ssl-protocols lists the allowed protocols. The default behavior is to attempt to use TLSv1.2. If this property is not set, the server allows all protocols.

Parameters

protocols

Comma-separated list of allowed protocols. Valid entries are:

  • TLSv1

  • SSLv2

  • SSLv3

Examples

Allow only TLSv1.

--ssl-protocols TLSv1
Was this topic helpful?