Hi,with commit r2170 there was a new function 'fileReferencesInConfigAreOk' added, that checks the existens of configuration file e.g ca, cert.Since this commit, i have a lot of trouble with the use of keyword inline.How can this be fixed? Is there an solution for use inline keyword?Last known correct working version is '3.3beta21b 2013-01-08'.Best regardsPhil--
You received this message because you are subscribed to the Google Groups "tunnelblick-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tunnelblick-dis...@googlegroups.com.
Visit this group at http://groups.google.com/group/tunnelblick-discuss?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
Hi,
this is the error message, if i try to add a configuration from tblk.
Tunnelblick VPN Configuration Installation Error
The configuration file in <Config>.tblk has a 'ca' option with file '[inline]' which cannot be found.
I think the Problem is the new function fileReferencesInConfigAreOk, that was added to ConfigurationManager.m with commit r2170
This is my configuration that works for me till '3.3beta21b 2013-01-08'.
dev tun
persist-tun
persist-key
proto udp
cipher <cipher>
tls-client
client
resolv-retry infinite
remote <Host><Port>
tls-remote <tlsremote>
auth-user-pass
auth-retry interact
ca [inline]
cert [inline]
key [inline]
tls-auth [inline] 1
comp-lzo
<ca>
-----BEGIN CERTIFICATE-----
….
-----END CERTIFICATE-----
</ca>
<key>
-----BEGIN RSA PRIVATE KEY-----
…..
-----END RSA PRIVATE KEY-----
</key>
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
….
-----END OpenVPN Static key V1-----
</tls-auth>
key-direction 1
ca [inline]
<ca>-----BEGIN CERTIFICATE-----….-----END CERTIFICATE-----</ca>