]> git.proxmox.com Git - mirror_ovs.git/blame - lib/ssl-connect.man
ovsdb-idl: Fix iteration over tracked rows with no actual data.
[mirror_ovs.git] / lib / ssl-connect.man
CommitLineData
e18a1d08
ER
1.IP "\fB\-\-ssl\-protocols=\fIprotocols\fR"
2Specifies, in a comma- or space-delimited list, the SSL protocols
3\fB\*(PN\fR will enable for SSL connections. Supported
4\fIprotocols\fR include \fBTLSv1\fR, \fBTLSv1.1\fR, and \fBTLSv1.2\fR.
5Regardless of order, the highest protocol supported by both sides will
6be chosen when making the connection. The default when this option is
7omitted is \fBTLSv1,TLSv1.1,TLSv1.2\fR.
8.
9.IP "\fB\-\-ssl\-ciphers=\fIciphers\fR"
10Specifies, in OpenSSL cipher string format, the ciphers \fB\*(PN\fR will
11support for SSL connections. The default when this option is omitted is
12\fBHIGH:!aNULL:!MD5\fR.