From 68a5bba7d53de7315af41b2899923873e6744219 Mon Sep 17 00:00:00 2001 From: Krzysztof Burghardt Date: Fri, 23 Dec 2016 01:59:04 +0100 Subject: [PATCH] Use verify-x509-name option to avoid message: "DEPRECATED OPTION: --tls-remote, please update your configuration". --- src/configuration/VPNs/OpenVPN/client.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration/VPNs/OpenVPN/client.conf b/src/configuration/VPNs/OpenVPN/client.conf index 8f8efa6..e55051a 100644 --- a/src/configuration/VPNs/OpenVPN/client.conf +++ b/src/configuration/VPNs/OpenVPN/client.conf @@ -41,7 +41,7 @@ proto udp # to load balance between the servers. ;remote my-server-1 1194 ;remote my-server-2 1194 -tls-remote server.example.com +verify-x509-name server.example.com name # Choose a random host from the remote -- 2.20.1