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)