diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/openvpn-client-export/openvpn-client-export.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/openvpn-client-export/openvpn-client-export.inc b/config/openvpn-client-export/openvpn-client-export.inc index 85f18cae..c453b8e2 100755 --- a/config/openvpn-client-export/openvpn-client-export.inc +++ b/config/openvpn-client-export/openvpn-client-export.inc @@ -200,7 +200,8 @@ function openvpn_client_export_config($srvid, $usrid, $crtid, $useaddr, $usetoke } // Prevent MITM attacks by verifying the server certificate. - $conf .= "remote-cert-tls server\n"; + // - Disable for now, it requires the server cert to include special options + //$conf .= "remote-cert-tls server\n"; // add optional settings if ($settings['compression']) |