Hey everyone,I've been using tunnelblick with no problems for about 2 months now, but suddenly I logged on today to see this message when I tried to sign in:"The credentials (passphrase or username/password) were not accepted by the remote VPN server."Ive tried clearing passwords in the keychain but nothing seems to work. Im using the lastest version of tunnelblick.Any help would be much appreciated.--
You received this message because you are subscribed to the Google Groups "tunnelblick-discuss" group.
To view this discussion on the web visit https://groups.google.com/d/msg/tunnelblick-discuss/-/kAHUMXO5L7YJ.
To post to this group, send email to tunnelbli...@googlegroups.com.
To unsubscribe from this group, send email to tunnelblick-dis...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/tunnelblick-discuss?hl=en.
I got a related problem. I'm using Tunnelblick in conjunction with a shellscript that monitors the connection (the Tunnelblick log file actually) and reconnects Tunnelblick after the connection drops (using the Applescript posted in this group as a template "get state ... repeat until result="Connected"). Now once in a while the login to the VPN provider fails ("auth-failure" message in the log file), due to some problems on the remote site. When this happens, Tunnelblick opens a Window, offering three options how to proceed ("Enter new credentials", "Abort", "Retry"). Now my problem is, if Tunnelblick displays said window, any Applescript commands send to it time out. So basically this window blocks Tunnelblick from scripting. Is there any way around that?
On Wed, Dec 19, 2012 at 5:35 AM, Bill <b5c4c8...@8e933027e3f1.anonbox.net> wrote:I got a related problem. I'm using Tunnelblick in conjunction with a shellscript that monitors the connection (the Tunnelblick log file actually) and reconnects Tunnelblick after the connection drops (using the Applescript posted in this group as a template "get state ... repeat until result="Connected"). Now once in a while the login to the VPN provider fails ("auth-failure" message in the log file), due to some problems on the remote site. When this happens, Tunnelblick opens a Window, offering three options how to proceed ("Enter new credentials", "Abort", "Retry"). Now my problem is, if Tunnelblick displays said window, any Applescript commands send to it time out. So basically this window blocks Tunnelblick from scripting. Is there any way around that?No, I'm afraid not.Tunnelblick is designed to stop all of its activity when something happens that needs the user's attention and response. While Tunnelblick is blocked, OpenVPN continues to deal with network traffic (unless an error prevents that, of course, as it does in the situation you describe).
I don't think it would help your situation, but is there a reason you are not using the OpenVPN "--ping-restart" mechanism to cause OpenVPN itself to restart the connection when it fails?