OpenVPN AUTH failure, but login data is correct












6














I installed OpenVPN on both windows 7 and ubuntu 12.10. In both cases I have the same problem. I have a .ovpn file and a .crt file which I need to connect to the vpn. I also have a username/password combination. When I run OpenVPN (in admin/sudo mode) using those files I get the error: AUTH: Received AUTH_FAILED control message



I am however certain that my username and passowrd are correct. My question is now whether there is something else that can cause an AUTH failure?



In ubuntu I run openvpn from the terminal (since running it from the network manager applet did not work either).



The contents of the .ovpn file are as follows:



client
proto tcp
dev tun
remote virtualwall.test.ibbt.be 443
persist-key
persist-tun
# uncomment if you use a proxy:
# http-proxy-retry
# http-proxy proxy2.intec.ugent.be 8080
cipher DES-EDE3-CBC # Triple-DES
comp-lzo
ca /home/kv/Documents/vwall-ca.crt
script-security 2

auth-user-pass

# uncomment if you use linux
cd /etc/openvpn/









share|improve this question






















  • You can try commenting "script-security 2".
    – Babar
    Nov 5 '12 at 18:20










  • Is the server your own or does it belong to somebody else ?
    – dotvotdot
    Oct 30 '16 at 22:44
















6














I installed OpenVPN on both windows 7 and ubuntu 12.10. In both cases I have the same problem. I have a .ovpn file and a .crt file which I need to connect to the vpn. I also have a username/password combination. When I run OpenVPN (in admin/sudo mode) using those files I get the error: AUTH: Received AUTH_FAILED control message



I am however certain that my username and passowrd are correct. My question is now whether there is something else that can cause an AUTH failure?



In ubuntu I run openvpn from the terminal (since running it from the network manager applet did not work either).



The contents of the .ovpn file are as follows:



client
proto tcp
dev tun
remote virtualwall.test.ibbt.be 443
persist-key
persist-tun
# uncomment if you use a proxy:
# http-proxy-retry
# http-proxy proxy2.intec.ugent.be 8080
cipher DES-EDE3-CBC # Triple-DES
comp-lzo
ca /home/kv/Documents/vwall-ca.crt
script-security 2

auth-user-pass

# uncomment if you use linux
cd /etc/openvpn/









share|improve this question






















  • You can try commenting "script-security 2".
    – Babar
    Nov 5 '12 at 18:20










  • Is the server your own or does it belong to somebody else ?
    – dotvotdot
    Oct 30 '16 at 22:44














6












6








6


2





I installed OpenVPN on both windows 7 and ubuntu 12.10. In both cases I have the same problem. I have a .ovpn file and a .crt file which I need to connect to the vpn. I also have a username/password combination. When I run OpenVPN (in admin/sudo mode) using those files I get the error: AUTH: Received AUTH_FAILED control message



I am however certain that my username and passowrd are correct. My question is now whether there is something else that can cause an AUTH failure?



In ubuntu I run openvpn from the terminal (since running it from the network manager applet did not work either).



The contents of the .ovpn file are as follows:



client
proto tcp
dev tun
remote virtualwall.test.ibbt.be 443
persist-key
persist-tun
# uncomment if you use a proxy:
# http-proxy-retry
# http-proxy proxy2.intec.ugent.be 8080
cipher DES-EDE3-CBC # Triple-DES
comp-lzo
ca /home/kv/Documents/vwall-ca.crt
script-security 2

auth-user-pass

# uncomment if you use linux
cd /etc/openvpn/









share|improve this question













I installed OpenVPN on both windows 7 and ubuntu 12.10. In both cases I have the same problem. I have a .ovpn file and a .crt file which I need to connect to the vpn. I also have a username/password combination. When I run OpenVPN (in admin/sudo mode) using those files I get the error: AUTH: Received AUTH_FAILED control message



I am however certain that my username and passowrd are correct. My question is now whether there is something else that can cause an AUTH failure?



In ubuntu I run openvpn from the terminal (since running it from the network manager applet did not work either).



The contents of the .ovpn file are as follows:



client
proto tcp
dev tun
remote virtualwall.test.ibbt.be 443
persist-key
persist-tun
# uncomment if you use a proxy:
# http-proxy-retry
# http-proxy proxy2.intec.ugent.be 8080
cipher DES-EDE3-CBC # Triple-DES
comp-lzo
ca /home/kv/Documents/vwall-ca.crt
script-security 2

auth-user-pass

# uncomment if you use linux
cd /etc/openvpn/






vpn authentication certificate openvpn






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 5 '12 at 18:12









KVh

34112




34112












  • You can try commenting "script-security 2".
    – Babar
    Nov 5 '12 at 18:20










  • Is the server your own or does it belong to somebody else ?
    – dotvotdot
    Oct 30 '16 at 22:44


















  • You can try commenting "script-security 2".
    – Babar
    Nov 5 '12 at 18:20










  • Is the server your own or does it belong to somebody else ?
    – dotvotdot
    Oct 30 '16 at 22:44
















You can try commenting "script-security 2".
– Babar
Nov 5 '12 at 18:20




You can try commenting "script-security 2".
– Babar
Nov 5 '12 at 18:20












Is the server your own or does it belong to somebody else ?
– dotvotdot
Oct 30 '16 at 22:44




Is the server your own or does it belong to somebody else ?
– dotvotdot
Oct 30 '16 at 22:44










1 Answer
1






active

oldest

votes


















0














I know this is an old post, but I'm hoping that posting may help future Googlers find happiness.
I had similar problems with my VPN provider (ProXPN). I was CERTAIN that I was using the same user-name/password that successfully got me into my account on their website, but the VPN client kept AUTH_FAILED. Turns out, my password was 12-characters long, which works fine on the web site. I reduced the password to 8-characters and the VPN client connected and authenticated perfectly!






share|improve this answer




















    protected by Community May 8 '17 at 22:42



    Thank you for your interest in this question.
    Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



    Would you like to answer one of these unanswered questions instead?














    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I know this is an old post, but I'm hoping that posting may help future Googlers find happiness.
    I had similar problems with my VPN provider (ProXPN). I was CERTAIN that I was using the same user-name/password that successfully got me into my account on their website, but the VPN client kept AUTH_FAILED. Turns out, my password was 12-characters long, which works fine on the web site. I reduced the password to 8-characters and the VPN client connected and authenticated perfectly!






    share|improve this answer


























      0














      I know this is an old post, but I'm hoping that posting may help future Googlers find happiness.
      I had similar problems with my VPN provider (ProXPN). I was CERTAIN that I was using the same user-name/password that successfully got me into my account on their website, but the VPN client kept AUTH_FAILED. Turns out, my password was 12-characters long, which works fine on the web site. I reduced the password to 8-characters and the VPN client connected and authenticated perfectly!






      share|improve this answer
























        0












        0








        0






        I know this is an old post, but I'm hoping that posting may help future Googlers find happiness.
        I had similar problems with my VPN provider (ProXPN). I was CERTAIN that I was using the same user-name/password that successfully got me into my account on their website, but the VPN client kept AUTH_FAILED. Turns out, my password was 12-characters long, which works fine on the web site. I reduced the password to 8-characters and the VPN client connected and authenticated perfectly!






        share|improve this answer












        I know this is an old post, but I'm hoping that posting may help future Googlers find happiness.
        I had similar problems with my VPN provider (ProXPN). I was CERTAIN that I was using the same user-name/password that successfully got me into my account on their website, but the VPN client kept AUTH_FAILED. Turns out, my password was 12-characters long, which works fine on the web site. I reduced the password to 8-characters and the VPN client connected and authenticated perfectly!







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 6 '16 at 14:56









        Chris S.

        11




        11

















            protected by Community May 8 '17 at 22:42



            Thank you for your interest in this question.
            Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



            Would you like to answer one of these unanswered questions instead?



            Popular posts from this blog

            If I really need a card on my start hand, how many mulligans make sense? [duplicate]

            Alcedinidae

            Can an atomic nucleus contain both particles and antiparticles? [duplicate]