External call to import profile failing
Posted: Sun May 11, 2014 10:59 pm
Hi,
Trying to make an external call to import the .ovpn profile generated by this other application and it fails with the message below.
The profile references an auth.txt file located next to the .ovpn file:
ADB call to replicate the problem.
Any thoughts, anything I could do or maybe something has to be fixed in the application, thanks!
Nexus 7 (2012)
Android 4.4.2
AndroidVPN Connect 1.1.13 (build 53)
Trying to make an external call to import the .ovpn profile generated by this other application and it fails with the message below.
The same works if manually imported through Import > Import Profile from SD card.Profile import failed: auth.txt: cannot follow file reference
The profile references an auth.txt file located next to the .ovpn file:
Code: Select all
auth-user-pass "/sdcard/Android/data/.../auth.txt"
Code: Select all
adb shell am start -n net.openvpn.openvpn/.OpenVPNAttachmentReceiver -a android.intent.action.VIEW -d "/sdcard/Android/data/.../profile.ovpn" -t "application/x-openvpn-profile"
Nexus 7 (2012)
Android 4.4.2
AndroidVPN Connect 1.1.13 (build 53)