mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
Added configuration option 'dtls-psk'
When this option is set to false, the DTLS-PSK protocol will not be negotiated by worker processes. The process will fallback to the legacy protocol in that case.
This commit is contained in:
@@ -588,6 +588,12 @@ no-route = 192.168.5.0/255.255.255.0
|
||||
# and openconnect clients < 7.08.
|
||||
cisco-client-compat = true
|
||||
|
||||
# This option will disable the DTLS-PSK negotiation (enabled by default).
|
||||
# The DTLS-PSK negotiation was introduced in ocserv 0.11.5 to deprecate
|
||||
# the pre-draft-DTLS negotiation inherited from AnyConnect. It allows the
|
||||
# DTLS channel to negotiate its ciphers and the DTLS protocol version.
|
||||
#dtls-psk = false
|
||||
|
||||
# Client profile xml. A sample file exists in doc/profile.xml.
|
||||
# It is required by some of the CISCO clients.
|
||||
# This file must be accessible from inside the worker's chroot.
|
||||
|
||||
Reference in New Issue
Block a user