Autologin password file not found

Scripts to manage certificates or generate config files

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
healer_hun
OpenVpn Newbie
Posts: 1
Joined: Thu Aug 17, 2017 10:42 am

Autologin password file not found

Post by healer_hun » Fri Aug 18, 2017 7:12 am

I want to cerate an autologin vpn.

Created the config file, used the

auth-user-pass password.txt

the txt file contains 2 rows, the first one is the username, the second one is the password

Every time i want to connect, i get the file not found error,

I tried the following versions:

auth-user-pass "password.txt"

auth-user-pass "c:\\install\\password.txt"

auth-user-pass "./password.txt"

I use the freshest client now, but didn't worked on openvpn 2.3 either,
the OS is 64bit Win10.

Every guide i read uses this syntax, but it's obviously not working, any tips?

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: Autologin password file not found

Post by TinCanTech » Fri Aug 18, 2017 10:19 am

healer_hun wrote:auth-user-pass "c:\\install\\password.txt"
All are valid syntax but this is the most specific .. just make sure the file exists and that you can read it.

Post Reply