You are trying to connect through a VPN application and your certificate is either invalid or configured in a wrong way. In order to use a proper certificate you will need to compile it using this command:
openssl pkcs12 -export -in user.crt -inkey user.key -certfile ca.crt -
name YourVPNNameHere -out yourvpnname.p12