gayanvoice / android-vpn-client-ics-openvpn

⭐ Create your Android VPN App by using Android Studio and publish to Google Play Store 🤖
https://gayanvoice.medium.com/develop-a-vpn-app-in-java-using-android-studio-6f1f2d66031e
MIT License
585 stars 318 forks source link

Can't Connect #56

Open Waqas334 opened 4 years ago

Waqas334 commented 4 years ago

Every time I try to connect, it shows dialogue with title "Error in Configuration" and the message "You must select a user certificate"

akibeulah commented 3 years ago

Your FileDetails.json is invalid. Remove the whitespaces and replace newlines with \n. It should work. Also, check through your ovpn file for quotation marks like ("), ('), and (`). These will not allow the activities to parse your JSON property, so remove them from your ovpn file before pasting it into your FileDetails.json.