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
[Solved] PROBLEMS TO CONNECT OPENVPN IN ANDROID
-
- OpenVpn Newbie
- Posts: 2
- Joined: Fri Sep 07, 2018 5:25 pm
-
- OpenVPN Protagonist
- Posts: 11139
- Joined: Fri Jun 03, 2016 1:17 pm
Re: PROBLEMS TO CONNECT OPENVPN IN ANDROID
Look in your file for:
Code: Select all
<cert>
-----BEGIN CERTIFICATE-----
data ..
-----END CERTIFICATE-----
</cert>
-
- OpenVpn Newbie
- Posts: 2
- Joined: Fri Sep 07, 2018 5:25 pm
Re: PROBLEMS TO CONNECT OPENVPN IN ANDROID
thank you so much.
we have fix the problem. The file had a space between the end of </cert> and the begin of <key>
we have fix the problem. The file had a space between the end of </cert> and the begin of <key>