SSL Certificate Not selected #3367
Unanswered
mruiferreira
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report
Capacitor Version
Platform(s)
Android
Current Behavior
SSL Certificate doesn't get used
Expected Behavior
SSL certificate gets used to authenticate on the HTTP website
npm --version
output:6.13.7
node --version
output:v10.15.3
Hi,
I am using Capacitor to open a webapp hosted in a HTTPS domain accessed through VPN.
For the website to be "secure" the user must have a certificate installed on their browser.
I've installed the certificate on my Android phone, and it works on Chrome browser, but now I need to do the same for the Capacitor application.
I have tried multiple methods, from:
So far I haven't found any solution for this.
Can anyone help please?
Beta Was this translation helpful? Give feedback.
All reactions