[Solved] PROBLEMS TO CONNECT OPENVPN IN ANDROID

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
excom
OpenVpn Newbie
Posts: 2
Joined: Fri Sep 07, 2018 5:25 pm

[Solved] PROBLEMS TO CONNECT OPENVPN IN ANDROID

Post by excom » Fri Sep 07, 2018 5:34 pm

Good afternoon.
I have the next problem to connect my vpn in my android, the error is:

FAILED TO IMPORT PROFILE
failed to parse profile: option_error <cert> was not properly closed out.

The same file is working fine with windows mobile and Windows desktop
Could someone give me support?
Thank you very much

TinCanTech
OpenVPN Protagonist
Posts: 11139
Joined: Fri Jun 03, 2016 1:17 pm

Re: PROBLEMS TO CONNECT OPENVPN IN ANDROID

Post by TinCanTech » Fri Sep 07, 2018 5:49 pm

Look in your file for:

Code: Select all

<cert>
-----BEGIN CERTIFICATE-----

data ..

-----END CERTIFICATE-----
</cert>

excom
OpenVpn Newbie
Posts: 2
Joined: Fri Sep 07, 2018 5:25 pm

Re: PROBLEMS TO CONNECT OPENVPN IN ANDROID

Post by excom » Fri Sep 07, 2018 5:53 pm

thank you so much.

we have fix the problem. The file had a space between the end of </cert> and the begin of <key>

Post Reply