Page 1 of 1

Crash with iOS 9

Posted: Mon Apr 25, 2016 1:48 pm
by camel_filters
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!

Re: Crash with iOS 9

Posted: Sun Dec 25, 2016 6:47 pm
by maxbetchik
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> и т.д.