schwabe / ics-openvpn

OpenVPN for Android
3.31k stars 1.19k forks source link

The app requests a CA while I already have the CA chain embedded in the keystore #1391

Closed kghost closed 2 years ago

kghost commented 2 years ago

Using 0.7.25

My imported PKCS12 certificate includes the full/ CA chain

Screenshot_20211008-015844_Settings

But I got this error when connecting

Screenshot_20211008-020137_OpenVPN_for_Android

It works after manually extract the root CA from the PKCS12 file and set it into CA field.

BTW, my config file uses an embedded pkcs12 file like this:

#openvpn configurations

<pkcs12>
Base64 of pkcs12 file
</pkcs12>
sevenrock commented 2 years ago

Same error here, needed to revert to 0.7.24

schwabe commented 2 years ago

Already fixed in newer versions

sevenrock commented 2 years ago

ftr: yes, the bug is fixed, but not in the version 0.7.27 available on the play store, instead you need to install version 0.7.28pre available from http://plai.de/android/ Thanks for this great app!