Savely Krasovsky

Results 37 issues of Savely Krasovsky

I am using the latest Arch Linux with systemd-resolved. I am dealing with rather two problems, but the most annoying is the case in stub resolve.conf mode. So in foreign...

Based on discussion in https://github.com/OpenVPN/openvpn/issues/326

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...

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...