openvpn-monitor icon indicating copy to clipboard operation
openvpn-monitor copied to clipboard

Allow TLS connections

Open exeba opened this issue 4 years ago • 0 comments

I need to control several openvpn instances but i don't want to do that over plaintext connections.

This pull request moves connection methods under a separate file and introduces a new config param called "ssl".

When "ssl" is set, a tls connection is attempted. If ssl=any-cert any certificate is accepted.

exeba avatar Aug 07 '21 09:08 exeba