Cannot add a new conf to TBLK ver 3.6.0a

270 views
Skip to first unread message

floriani...@gmail.com

unread,
Mar 31, 2016, 6:31:52 PM3/31/16
to tunnelblick-discuss
I have 4 OpenVPN configurations running successfully on Tunnelblick. Adding new ones I follow these steps:
  1. Download .ovpn file(s)
  2. Download ca.crt file
  3. Make sure all files are in the same directory on your Mac
  4. Double click each .ovpn file in order to initiate Tunnelblick installation of the cstorm configuration

---> now I get this error message: Tunnelblick could not be launched because of a problem with the configuration. Please examine the Console Log for details.


This is what Console tells me:

01.04.16 00:18:50,775 CoreServicesUIAgent[694]: Error -60005 creating authorization
01.04.16 00:18:50,795 Tunnelblick[1115]: Converting/Installing /Users/name/Downloads/cstorm_USsouth.ovpn: Single-quote missing in line 135
01.04.16 00:18:50,795 Tunnelblick[1115]: commandOptionsStatusForOpenvpnConfigurationAtPath: Could not get tokens for /Users/name/Downloads/cstorm_USsouth.ovpn
01.04.16 00:18:50,795 Tunnelblick[1115]: commandOptionsStatusForOpenvpnConfigurationAtPath:forTblk: returned 'error occurred' for /Users/name/Downloads/cstorm_USsouth.ovpn
01.04.16 00:18:50,795 Tunnelblick[1115]: error status 0 returned from commandOptionsInConfigurationsAtPaths:
01.04.16 00:18:50,906 UserNotificationCenter[1688]: *** WARNING: Method userSpaceScaleFactor in class NSWindow is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.

Somebody, please let me know what I'm doing wrong and how I can fix this. I have searched on forums and https://tunnelblick.net/cCommonProblems.html, yet could not find a way to resolve this issue.

Thx
F

jkbull...gmail.com

unread,
Mar 31, 2016, 6:42:05 PM3/31/16
to tunnelblick-discuss, floriani...@gmail.com
The error message in the Console log:

01.04.16 00:18:50,795 Tunnelblick[1115]: Converting/Installing /Users/name/Downloads/cstorm_USsouth.ovpn: Single-quote missing in line 135

means; in line 135 of the file "cstorm_USsouth.ovpn" in your Downloads folder there is a problem. The problem is that there is a single-quote character (" ' ") missing. So the line might look like this:

ca 'ca.crt
instead of this:
ca 'ca.crt'
Each single-quote in an OpenVPN configuration file must be terminated on the same line by another single quote. (That's also true for double-quotes.)
Reply all
Reply to author
Forward
0 new messages