openvpn-status-parser icon indicating copy to clipboard operation
openvpn-status-parser copied to clipboard

Parser for openvpn status file

Results 5 openvpn-status-parser issues
Sort by recently updated
recently updated
newest added

Inspired by changes by Niecke: https://github.com/ojarva/openvpn-status-parser/compare/master...Niecke:master Also improved the tests so that they lock-in correct behavior.

openvpn-status-parser uses the "Common Name" as the dict key in the `connected_clients` attributes. This leads to a problem when no client certificate is used to authenticate users, but only login/pass,...

It seems my version of OpenVPN (2.5.1) has more fields in the client list than what is expected, which causes an exception while getting the client list from the parser...