mbedTLS and p12 ECDSA certs

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
obigit
OpenVpn Newbie
Posts: 1
Joined: Sat Aug 01, 2015 1:30 pm

mbedTLS and p12 ECDSA certs

Post by obigit » Thu Sep 05, 2019 6:27 pm

Hello,

I have a weird issue with openvpn connect on Android 8, when I use a p12 file to connect to my openvpn server I get this message :

cert has unsupported type for external pki support

But if I reference same client/ca certificate and key on the ovpn file, the connection is established !

I have used easyrsa 3.0.6 to handle the files :

set_var EASYRSA_ALGO ec
set_var EASYRSA_CURVE secp384r1
set_var EASYRSA_DIGEST "sha384"

Post Reply