External call to import profile failing

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
Dan Dar3
OpenVpn Newbie
Posts: 2
Joined: Sun May 11, 2014 10:35 pm

External call to import profile failing

Post by Dan Dar3 » 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.
Profile import failed: auth.txt: cannot follow file reference
The same works if manually imported through Import > Import Profile from SD card.

The profile references an auth.txt file located next to the .ovpn file:

Code: Select all

auth-user-pass "/sdcard/Android/data/.../auth.txt"
ADB call to replicate the problem.

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"
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)

Dan Dar3
OpenVpn Newbie
Posts: 2
Joined: Sun May 11, 2014 10:35 pm

Re: External call to import profile failing

Post by Dan Dar3 » Sun Jun 22, 2014 2:16 pm

Tried it again with AndroidVPN Connect 1.1.14 (build 56), still no luck.

Sent an email to android@openvpn.net to raise the issue with Android developers about a month ago, no reply yet.

Thanks,
Dan

Post Reply