From 9ed44ee09b97632139eaa54f8a7b0db7c1dcedd1 Mon Sep 17 00:00:00 2001 From: James White Date: Thu, 2 Jan 2020 09:24:32 +0000 Subject: [PATCH] Update SSL example to TLS Using will throw a deprecation warning message --- basic.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic.cfg b/basic.cfg index 0fff897..d8e4336 100644 --- a/basic.cfg +++ b/basic.cfg @@ -24,7 +24,7 @@ protocols: { name: "openvpn"; host: "localhost"; port: "1194"; }, { name: "xmpp"; host: "localhost"; port: "5222"; }, { name: "http"; host: "localhost"; port: "80"; }, - { name: "ssl"; host: "localhost"; port: "443"; log_level: 0; }, + { name: "tls"; host: "localhost"; port: "443"; log_level: 0; }, { name: "anyprot"; host: "localhost"; port: "443"; } );