2016-10-06 16:21:33 -07:00
|
|
|
.IP "\fB\-\-ssl\-protocols=\fIprotocols\fR"
|
2024-12-09 17:38:47 +01:00
|
|
|
Specifies a range or a comma- or space-delimited list of the SSL/TLS protocols
|
2025-02-24 22:26:24 +01:00
|
|
|
\fB\*(PN\fR will enable for SSL/TLS connections. Supported \fIprotocols\fR
|
|
|
|
include \fBTLSv1.2\fR and \fBTLSv1.3\fR.
|
|
|
|
Ranges can be provided in a form of two protocol names separated with a dash,
|
|
|
|
or as a single protocol name with a plus sign. For example, use
|
|
|
|
\fBTLSv1.2-TLSv1.3\fR to allow \fBTLSv1.2\fR and \fBTLSv1.3\fR. Use
|
|
|
|
\fBTLSv1.2+\fR to allow \fBTLSv1.2\fR and any later protocol.
|
|
|
|
The option accepts a list of protocols or exactly one range. The
|
|
|
|
range is a preferred way of specifying protocols and the option always behaves
|
|
|
|
as if the range between the minimum and the maximum specified version is
|
|
|
|
provided, i.e., if the option is set to \fBTLSv1.X,TLSv1.(X+2)\fR, the
|
|
|
|
\fBTLSv1.(X+1)\fR will also be enabled as if it was a range.
|
2016-10-06 16:21:33 -07:00
|
|
|
Regardless of order, the highest protocol supported by both sides will
|
|
|
|
be chosen when making the connection. The default when this option is
|
2024-12-09 17:38:44 +01:00
|
|
|
omitted is \fBTLSv1.2\fR or later.
|
2016-10-06 16:21:33 -07:00
|
|
|
.
|
|
|
|
.IP "\fB\-\-ssl\-ciphers=\fIciphers\fR"
|
2024-12-09 17:38:53 +01:00
|
|
|
Specifies, in OpenSSL cipher string format, the ciphers \fB\*(PN\fR will
|
2025-02-24 22:26:24 +01:00
|
|
|
support for SSL/TLS connections with TLSv1.2.
|
|
|
|
The default when this option is omitted is \fBDEFAULT:@SECLEVEL=2\fR.
|
2024-12-09 17:38:53 +01:00
|
|
|
.
|
|
|
|
.IP "\fB\-\-ssl\-ciphersuites=\fIciphersuites\fR"
|
|
|
|
Specifies, in OpenSSL ciphersuite string format, the ciphersuites
|
|
|
|
\fB\*(PN\fR will support for SSL/TLS connections with TLSv1.3 and later.
|
|
|
|
Default value from OpenSSL will be used when this option is omitted.
|