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>
Thanks for your support.
Alex.