mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
do not enforce PFS on default strings
That allows legacy clients connect.
This commit is contained in:
@@ -143,7 +143,8 @@ server-key = ../tests/server-key.pem
|
||||
# as there are no openconnect (and possibly anyconnect clients) using
|
||||
# that protocol. The default string below enforces perfect forward secrecy (PFS)
|
||||
# on the main channel.
|
||||
tls-priorities = "NORMAL:%SERVER_PRECEDENCE:%COMPAT:-RSA:-VERS-SSL3.0:-ARCFOUR-128"
|
||||
tls-priorities = "NORMAL:%SERVER_PRECEDENCE:%COMPAT:-VERS-SSL3.0:-ARCFOUR-128"
|
||||
#tls-priorities = "NORMAL:%SERVER_PRECEDENCE:%COMPAT:-RSA:-VERS-SSL3.0:-ARCFOUR-128"
|
||||
|
||||
# More combinations in priority strings are available, check
|
||||
# http://gnutls.org/manual/html_node/Priority-Strings.html
|
||||
|
||||
Reference in New Issue
Block a user