openvpn icon indicating copy to clipboard operation
openvpn copied to clipboard

OpenVPN is an open source VPN daemon

Results 293 openvpn issues
Sort by recently updated
recently updated
newest added

The file `/etc/resolv.conf` is not a regular one in Docker container, it is a bind-mount within container. It cause `cp: can't create '/etc/resolv.conf': File exists` error and as a result...

# Thank you for your contribution You are welcome to open PR, but they are used for discussion only. All patches must eventually go to the openvpn-devel mailing list for...

Without this patch, the PAM enviornment lacks any information about the remote client address. syslog output for auth and authpriv facilities changes from: Oct 25 11:52:02 openvpndev openvpn: pam_unix(openvpn:auth): authentication...

Adding --askpin option modeled after --askpass, letting people enter pin early int he startup or more importantly allow them to keep a password in separate file to simplify unattended setup....

support configure multiple certificates on the server side, such as ECC and RSA. openvpn server configure both ECC and RSA certificates, then openvpn clients can choose different certificates according to...

This is a potential fix for [1161](https://community.openvpn.net/openvpn/ticket/1161). I am sure it is not done properly, some checks (whether iface / metric is defined) are missing I think, but rudimentary testing...

If a route structure is passed to delete_route() or delete_route_ipv6() without the RT_DEFINED or RT_ADDED flags set, both functions leak an "argv" structure allocation # Thank you for your contribution...

Updated to current links, and added SSL to all. Changed tap-windows to reflect NDIS 6 repository shift. Read contributing guidelines. Will submit properly in a bit. :)

It's better to have distinct enums for more straightforward debug of exit function.