Crash with iOS 9

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
camel_filters
OpenVpn Newbie
Posts: 1
Joined: Mon Apr 25, 2016 1:45 pm

Crash with iOS 9

Post by camel_filters » Mon Apr 25, 2016 1:48 pm

Hello,

I have a problem with my VPN Connection. Always is:

2016-04-25 13:03:49 ----- OpenVPN Start -----
OpenVPN core 3.0 ios arm64 64-bit
2016-04-25 13:03:49 EVENT: CORE_ERROR PolarSSL: error parsing ca certificate : PEM - PEM string is not as expected : BASE64 - Invalid character in input [ERR]
2016-04-25 13:03:49 Raw stats on disconnect:
2016-04-25 13:03:49 Performance stats on disconnect:
CPU usage (microseconds): 830
Network bytes per CPU second: 0
Tunnel bytes per CPU second: 0
2016-04-25 13:03:49 EVENT: DISCONNECT_PENDING
2016-04-25 13:03:49 ----- OpenVPN Stop -----

HELP!

User avatar
maxbetchik
OpenVpn Newbie
Posts: 1
Joined: Sun Dec 25, 2016 6:28 pm

Re: Crash with iOS 9

Post by maxbetchik » Sun Dec 25, 2016 6:47 pm

camel_filters wrote:Hello,

I have a problem with my VPN Connection. Always is:

EVENT: CORE_ERROR PolarSSL: error parsing ca certificate : PEM - PEM string is not as expected : BASE64 - Invalid character in input [ERR]

HELP!
[EN] {sorry. my english isn't perfect(((( }
You have wrong string in section <ca></ca>. This need only PEM-code, without comments and other symbols!! Also this rule accept other section in client.ovpn file as: <cert>, <key>, <tls-auth> etc.

Example:

Code: Select all

<ca>
-----BEGIN CERTIFICATE-----
MIIEm..........................
.................................
ewryyRETVj/w3imlQ==
-----END CERTIFICATE-----
</ca>
[RU]
В секции <ca></ca> имеется лишнее содержимое. Тут только PEM-код без комментариев и прочих символов!!! Это правило распространяется и на другие секции клиентского файла .ovpn: <cert>, <key>, <tls-auth> и т.д.

Post Reply