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:
Nikos Mavrogiannopoulos
2014-09-23 15:25:41 +02:00
parent ddcb609c5d
commit 4ea5a56ace
12 changed files with 435 additions and 244 deletions

View File

@@ -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