Just added that file to the device and I got this error on trying to connect:
Code:
open ssl core error polarssl error parsing ca certificate : pem - pem string is not as expected : base64 - invalid character in input
EDIT
I literally copied that file, with the example file paths.
EDIT
So am I supposed to copy the
values from those key files into these sections?
Code:
<ca>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
...
-----END PRIVATE KEY-----
</key>
EDIT
I just configured the .ovpn file the way that the guide describes. The connection keeps timing out when I try to connect the Android client.
EDIT
Just finished with the guide, and the connection still times out.