docs: document disableSSLv3 and tls_ciphers

master
Koichiro IWAO 8 years ago
parent 16dd94b8bc
commit 681f230821

@ -103,6 +103,16 @@ If set to \fB1\fP, \fBtrue\fP or \fByes\fP and the network connection disappears
Regulate if the listening socket uses socket option \fBTCP_NODELAY\fP. Regulate if the listening socket uses socket option \fBTCP_NODELAY\fP.
If set to \fB1\fP, \fBtrue\fP or \fByes\fP, no buffering will be performed in the TCP stack. If set to \fB1\fP, \fBtrue\fP or \fByes\fP, no buffering will be performed in the TCP stack.
.TP
\fBdisableSSLv3\fP=\fI[yes|no]\fP
If set to \fB1\fP, \fBtrue\fP or \fByes\fP, \fBxrdp\fP will not accept SSLv3 connections.
.TP
\fBtls_ciphers\fP=\fIcipher_suite\fP
Specifies TLS cipher suite. The format of this parameter is equivalent to which \fBopenssl\fP(1) ciphers subcommand accepts.
(ex. $ openssl ciphers 'HIGH:!ADH:!SHA1')
.TP .TP
\fBblack\fP=\fI000000\fP \fBblack\fP=\fI000000\fP
.TP .TP

Loading…
Cancel
Save