mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
Disable RC4 in the default priority strings
This commit is contained in:
@@ -120,10 +120,10 @@ server-key = ../tests/server-key.pem
|
|||||||
#crl = /path/to/crl.pem
|
#crl = /path/to/crl.pem
|
||||||
|
|
||||||
# GnuTLS priority string
|
# GnuTLS priority string
|
||||||
tls-priorities = "NORMAL:%SERVER_PRECEDENCE:%COMPAT:-VERS-SSL3.0"
|
tls-priorities = "NORMAL:%SERVER_PRECEDENCE:%COMPAT:-VERS-SSL3.0:-ARCFOUR-128"
|
||||||
|
|
||||||
# To enforce perfect forward secrecy (PFS) on the main channel.
|
# To enforce perfect forward secrecy (PFS) on the main channel.
|
||||||
#tls-priorities = "NORMAL:%SERVER_PRECEDENCE:%COMPAT:-RSA:-VERS-SSL3.0"
|
#tls-priorities = "NORMAL:%SERVER_PRECEDENCE:%COMPAT:-RSA:-VERS-SSL3.0:-ARCFOUR-128"
|
||||||
|
|
||||||
# The time (in seconds) that a client is allowed to stay connected prior
|
# The time (in seconds) that a client is allowed to stay connected prior
|
||||||
# to authentication
|
# to authentication
|
||||||
|
|||||||
@@ -214,10 +214,10 @@ server-key = /path/to/key.pem
|
|||||||
# GnuTLS priority string; note that SSL 3.0 is disabled by default
|
# GnuTLS priority string; note that SSL 3.0 is disabled by default
|
||||||
# as there are no openconnect (and possibly anyconnect clients) using
|
# as there are no openconnect (and possibly anyconnect clients) using
|
||||||
# that protocol.
|
# that protocol.
|
||||||
tls-priorities = "NORMAL:%SERVER_PRECEDENCE:%COMPAT:-VERS-SSL3.0"
|
tls-priorities = "NORMAL:%SERVER_PRECEDENCE:%COMPAT:-VERS-SSL3.0:-ARCFOUR-128"
|
||||||
|
|
||||||
# To enforce perfect forward secrecy (PFS) on the main channel.
|
# To enforce perfect forward secrecy (PFS) on the main channel.
|
||||||
#tls-priorities = "NORMAL:%SERVER_PRECEDENCE:%COMPAT:-RSA:-VERS-SSL3.0"
|
#tls-priorities = "NORMAL:%SERVER_PRECEDENCE:%COMPAT:-RSA:-VERS-SSL3.0:-ARCFOUR-128"
|
||||||
|
|
||||||
# The time (in seconds) that a client is allowed to stay connected prior
|
# The time (in seconds) that a client is allowed to stay connected prior
|
||||||
# to authentication
|
# to authentication
|
||||||
|
|||||||
Reference in New Issue
Block a user