mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
@@ -84,12 +84,15 @@ udp-port = 443
|
|||||||
# Accept connections using a socket file. It accepts HTTP
|
# Accept connections using a socket file. It accepts HTTP
|
||||||
# connections (i.e., without SSL/TLS unlike its TCP counterpart),
|
# connections (i.e., without SSL/TLS unlike its TCP counterpart),
|
||||||
# and uses it as the primary channel. That option is experimental
|
# and uses it as the primary channel. That option is experimental
|
||||||
# and it has the following known issues.
|
# and it has many known issues.
|
||||||
# * can only be combined with certificate authentication, by received
|
# * It can only be combined with certificate authentication, when receiving
|
||||||
# information through the proxy protocol channel (see listen-proxy-proto)
|
# channel information through proxy protocol (see listen-proxy-proto)
|
||||||
# * It cannot derive any keys needed for the DTLS session (dtls-psk)
|
# * It cannot derive any keys needed for the DTLS session (hence no support for dtls-psk)
|
||||||
# * It cannot enforce the framing of the SSL/TLS packets, and that
|
# * It cannot enforce the framing of the SSL/TLS packets, and that
|
||||||
# breaks assumptions held by several openconnect clients.
|
# breaks assumptions held by several openconnect clients.
|
||||||
|
# This option is not recommended for use, and may be removed
|
||||||
|
# in the future.
|
||||||
|
#
|
||||||
#listen-clear-file = /var/run/ocserv-conn.socket
|
#listen-clear-file = /var/run/ocserv-conn.socket
|
||||||
|
|
||||||
# The user the worker processes will be run as. It should be
|
# The user the worker processes will be run as. It should be
|
||||||
|
|||||||
@@ -162,12 +162,15 @@ udp-port = 4443
|
|||||||
# Accept connections using a socket file. It accepts HTTP
|
# Accept connections using a socket file. It accepts HTTP
|
||||||
# connections (i.e., without SSL/TLS unlike its TCP counterpart),
|
# connections (i.e., without SSL/TLS unlike its TCP counterpart),
|
||||||
# and uses it as the primary channel. That option is experimental
|
# and uses it as the primary channel. That option is experimental
|
||||||
# and it has the following known issues.
|
# and it has many known issues.
|
||||||
# * can only be combined with certificate authentication, by received
|
# * It can only be combined with certificate authentication, when receiving
|
||||||
# information through the proxy protocol channel (see listen-proxy-proto)
|
# channel information through proxy protocol (see listen-proxy-proto)
|
||||||
# * It cannot derive any keys needed for the DTLS session (dtls-psk)
|
# * It cannot derive any keys needed for the DTLS session (hence no support for dtls-psk)
|
||||||
# * It cannot enforce the framing of the SSL/TLS packets, and that
|
# * It cannot enforce the framing of the SSL/TLS packets, and that
|
||||||
# breaks assumptions held by several openconnect clients.
|
# breaks assumptions held by several openconnect clients.
|
||||||
|
# This option is not recommended for use, and may be removed
|
||||||
|
# in the future.
|
||||||
|
#
|
||||||
#listen-clear-file = /var/run/ocserv-conn.socket
|
#listen-clear-file = /var/run/ocserv-conn.socket
|
||||||
|
|
||||||
# The user the worker processes will be run as. It should be
|
# The user the worker processes will be run as. It should be
|
||||||
|
|||||||
Reference in New Issue
Block a user