Dear all,
I'm new to this technology and trying to connect a ipad mini to my openvpn network. I get the following errormessage:
"PolarSSL: ca certificate is undefinded [ERR]".
Thanks,
Marc
PolarSSL: ca certificate is undefinded
-
- OpenVpn Newbie
- Posts: 1
- Joined: Sat Jun 15, 2013 6:42 am
-
- OpenVpn Newbie
- Posts: 1
- Joined: Tue Jul 02, 2013 9:12 pm
Re: PolarSSL: ca certificate is undefinded
I get the same message. I've tried several solutions that are offered here and on another resources. I have tried to include and exclude the ca.crt in/from .p12. I tried to load to Iphone the ca.crt separately. I tried to include ca.crt to .ovpn file. Nut the result is the same
This my latest .ovpn file
The configuration of the server is +- standart without any features. Maybe somebody knows any other ways to have openvpn working on ios (I have Iphone) ?
WBR,
Serge
Code: Select all
EVENT: CORE_ERROR PolarSSL: ca certificate is undefined [ERR]
Code: Select all
$ cat ios1.ovpn
client
dev tun
proto udp
remote IP 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ns-cert-type server
comp-lzo
verb 3
<CA>
ca.crt is here
</CA>
WBR,
Serge
-
- OpenVPN Power User
- Posts: 52
- Joined: Sun Jun 05, 2011 7:50 pm
Re: PolarSSL: ca certificate is undefinded
I believe it should becleverserge wrote:Code: Select all
<CA> ca.crt is here </CA>
But not sure if case matters.<ca>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</ca>
-
- OpenVpn Newbie
- Posts: 1
- Joined: Tue Apr 05, 2016 8:43 pm
Re: PolarSSL: ca certificate is undefinded
I'm getting the same error. The CA certificate is embedded in my ovpn file....
I'm on an android (5.1.1) with the latest OpenVPN Connect
I'm on an android (5.1.1) with the latest OpenVPN Connect