Page 1 of 1

[Solved] PROBLEMS TO CONNECT OPENVPN IN ANDROID

Posted: Fri Sep 07, 2018 5:34 pm
by excom
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

Re: PROBLEMS TO CONNECT OPENVPN IN ANDROID

Posted: Fri Sep 07, 2018 5:49 pm
by TinCanTech
Look in your file for:

Code: Select all

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

data ..

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

Re: PROBLEMS TO CONNECT OPENVPN IN ANDROID

Posted: Fri Sep 07, 2018 5:53 pm
by excom
thank you so much.

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