PolarSSL: X509 CRT/CRL/CSR has an unsupported version number

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
AustinMatherne
OpenVpn Newbie
Posts: 1
Joined: Fri Dec 04, 2015 1:34 am

PolarSSL: X509 CRT/CRL/CSR has an unsupported version number

Post by AustinMatherne » Fri Dec 04, 2015 1:50 am

I'm getting the following error when attempting to connect to the OVPN profile I normally use with my desktop.

Code: Select all

OpenVPN core error : PolarSSL: error parsing cert certificate : X509 - CRT/CRL/CSR has an unsupported version number
Is PolarSSL not compatible with my providers certs?

Here's the profile:

Code: Select all

dev tun
fast-io
persist-key
persist-tun
nobind
remote chicago-cluster.expressnetwork.net 1194
remote chicago-cluster2.expressnetwork.net 1194
remote chicago-cluster3.expressnetwork.net 1194
remote chicago-cluster4.expressnetwork.net 1194
remote-random
pull
comp-lzo
tls-client
tls-remote server
ns-cert-type server
verb 3
key-direction 1
route-method exe
route-delay 2
tun-mtu 1500
fragment 1300
mssfix 1450
<cert>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN RSA PRIVATE KEY-----
...
-----END RSA PRIVATE KEY-----
</key>
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
...
-----END OpenVPN Static key V1-----
</tls-auth>
<ca>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</ca>

pressmangoss
OpenVpn Newbie
Posts: 1
Joined: Tue May 31, 2016 5:48 pm

Re: PolarSSL: X509 CRT/CRL/CSR has an unsupported version number

Post by pressmangoss » Tue May 31, 2016 5:49 pm

same issue here, not much luck finding help

Post Reply