mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
Allow the CSTP layer to operate without TLS
That also introduces a unix domain socket under which connections to the server can occur.
This commit is contained in:
@@ -49,6 +49,10 @@ max-same-clients = 2
|
||||
tcp-port = 443
|
||||
udp-port = 443
|
||||
|
||||
# Accept connections using a socket file. The connections are
|
||||
# forwarded without SSL/TLS.
|
||||
unix-conn-file = /var/run/ocserv-conn.socket
|
||||
|
||||
# Keepalive in seconds
|
||||
keepalive = 32400
|
||||
|
||||
|
||||
Reference in New Issue
Block a user