Nexus 7 - OpenVPN - Error rendering cert

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
zazathedog
OpenVpn Newbie
Posts: 1
Joined: Thu Jun 05, 2014 6:30 pm

Nexus 7 - OpenVPN - Error rendering cert

Post by zazathedog » Thu Jun 05, 2014 6:46 pm

Hi there,

I am having issues using the OpenVPN app on my Nexus 7.
I downloaded the ovpn files from my VPN (privatepvn) provider, which have the certificate nested in side them (with <ca> </ca> brackets around it).
Once I succesfully import the profile, OpenVPN asks me for a PKCS#12 file, which I dont have, so I skip that point by clicking continue.
Then first error is about the Fragmented option not working with this OpenVPN release, so I edit the config file and delete it.
Then it connects half way and stops by saying "Error rendering cert"; it then loops again with the same mistake.

here is the TUN conf file:

Code: Select all

client
dev tun
proto udp
resolv-retry infinite
nobind
persist-key
persist-tun
ns-cert-type server
comp-lzo
verb 3
tun-mtu 1500
fragment 0
mssfix 1400
cipher AES-256-CBC
remote-random
remote xxxx.privatevpn.com 53
route-delay
reneg-sec 0
--auth-user-pass
<ca>
-----BEGIN CERTIFICATE-----
MIIE3zCCA8egAwIBAgIJAMXxdK4eMVKxMA0GCSqGSIb3DQEBBQUAMIGlMQswCQYD
VQQGEwJTRTELMAkGA1UECBMCQ0ExEjAQBgNVBAcTCVN0b2NraG9sbTETMBEGA1UE
ChMKUHJpdmF0ZVZQTjETMBEGA1UECxMKUHJpdmF0ZVZQTjETMBEGA1UEAxMKUHJp
dmF0ZVZQTjERMA8GA1UEKRMIY2hhbmdlbWUxIzAhBgkqhkiG9w0BCQEWFHN1cHBv
cnRAcHJpdmF0dnBuLnNlMB4XDTE0MDQyNjA3MjcxNVoXDTI0MDQyMzA3MjcxNVow
...............
..........
......
BwAvzuoZFWFHYYYhfCh9bGdicLCtBfiZ6zjlAltjVA0tjdbYCG5WkPqsXAUeKBmf
oQ5n10nzGdkZSMwlp9g5tFfni9kq/oSAupS5XXyvUG3IpFsdZWuZUo6fr5Hp6Ve5
Yvux4/hgnPLuT8E/46EKkATabVnpNa3/CgSqiJLEd4m6ZUiykqI7Hq3juKkK6DrT
ilw/
-----END CERTIFICATE-----
</ca>
What am I doing wrong?

Thanks for your support.

Alex.

Post Reply