idlab-discover / easy-openvpn-server

Plug-and-play OpenVPN server which generates server and client config files for you
https://snapcraft.io/easy-openvpn-server
GNU Affero General Public License v3.0
69 stars 9 forks source link

Unable to revoke clients #1

Closed ashvayakov closed 2 years ago

ashvayakov commented 4 years ago

Hello,

I did the command:

easy-openvpn-server remove-client alice

But the client alice is still able to connect with the same config

I use the version - latest/candidate: 0.1 2020-02-20

Thanks

morticool commented 3 years ago

I experienced the same issue with latest Version latest/candidate: 0.1 2020-02-20

I get the following results when i do this:

root@server:~# easy-openvpn-server add-client Test
INFO: Public addresses according to get_public_addresses: [IPv4Address('1123.123.123.123')]
INFO: Added Test. You can copy its config using
        sudo easy-openvpn-server show-client Test > Test.ovpn
root@server:~# easy-openvpn-server remove-client Test
WARNING: Could not find client config file.
WARNING: Could not find client certificate.
WARNING: Could not find client private key.

And the Test user cert is still available after all.

merlijn-sebrechts commented 2 years ago

Thanks for reporting this! This was indeed a big oversight on my part and should be fixed now. With this fixed, I released the first stable version of easy-openvpn-server!

Note: if you tried to remove clients before this update, you'll have to remove them again after the update to complete the removal.