Results 4 comments of Anas Red

thanks for your reply. Yes, I'm using the latest version. to reproduce the error message, please follow these steps: 1- add ```client1``` client using the script. 2- revoke ```client1``` client...

I created this script and call it from ```revokeClient()``` function like so: ./kill_openvpn_client.sh **COMMON-NMAE** and the content of ```kill_openvpn_client.sh```: ```javascript #!/bin/sh MANAGEMENT=$(cat /etc/openvpn/server.conf | grep "^management" | cut -d '...

once you deleted the .ovpn file the client (the user) remains using it because of caching as I recall. So try to restart the VPN server and he will be...

> I'm getting the same issue. I've not tried it on live but it's working in an emulator without issue. > > I've added the options from issue #31 >...