I am developing a GUI VPN for openVPN. I have compiled openvpn using --enable-password, so I can give auth-username tag in the command and provide a file with username and password stored in it.
On connecting to the server, I delete the username-password & client files. After some time (approx 1-1:30 hrs) openvpn disconnects giving message "Cannot find Auth-pass file....." & I got to connect again. Why does this occur ?
How can I override this problem in such way that the openvpn connections stays for long and this auth-pass file error doesn't arise.
Any help is highly appreciated.