You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
The official OpenVPN client requires a CA to be set in the client configuration file. Without setting a CA the OpenVPN client gives an error and refuses to even try to connect.
The CA certificate MUST be always set in the client configuration, no reason to have an if for this;
The server certificate sent by the VPN server when establishing the TLS channel MUST be verified to be signed by this CA.
The text was updated successfully, but these errors were encountered:
https://github.com/keeshux/tunnelkit/blob/d0a46fe20e536571ea83625f8ef6437fa53161f2/TunnelKit/Sources/Core/TLSBox.m#L118
The official OpenVPN client requires a CA to be set in the client configuration file. Without setting a CA the OpenVPN client gives an error and refuses to even try to connect.
if
for this;The text was updated successfully, but these errors were encountered: