openvpn3 icon indicating copy to clipboard operation
openvpn3 copied to clipboard

OpenVPN 3 is a C++ class library that implements the functionality of an OpenVPN client, and is protocol-compatible with the OpenVPN 2.x branch.

Results 68 openvpn3 issues
Sort by recently updated
recently updated
newest added

I came from this issue: https://github.com/OpenVPN/openvpn/issues/306, but it seems like OpenVPN3 should support it. However after debugging it a bit I saw this, log from DCO agent: ``` Set adapter...

Currently we can see pliantext of pk password via command line, and `--cache-password` won't work for caching `--pk_password`. Just make: ``` ovpncli client.ovpn --pk-password $(/etc/openvpn/client.pass) ``` To: ``` ovpncli client.ovpn...

We have faced with ovpnagent problem. In some cases Windows paths of client and server differ. It leads to server rejecting client connection via named pipe. I double checked source...

`UDP send exception: send: No buffer space available` We are using 3.8.3 with `ovpnagent`, without any special patches. Problem occurs relatively rarely on both Intel and Apple Silicon based machines....

NTFS by default is not case sensitive so Windows treats `C:\Program Files\OpenVPN` and `c:\program files\openvpn` paths as equal. Taking this into account, this MR should not lower security. It fixed...

How openvpn client to disable auto reconnecting when another device connect with the same profile? p/s: with openvpn version 2.x, I use the remap-usr1 optione to remap signal SIGUSR1 to...