Android Webview And Certs On 4.4.2
I am trying to get client Samsung tablet to work with site requiring client devices to have cert. I can get it working on tablets with 5.0+ because webview has onReceivedClientCert
Solution 1:
You can install user certificates on a 4.4.2 tablet. This would not be the right solution for production code (for production you would usually have a trusted cert anyways), but is good for testing a site which does not have a trusted cert.
To do this:
- Download the cert file to the phone.
- In the Settings go to the security tab. In it under Credential storage find Install from SD card:
- Select the file you downloaded:
- You need to install a PIN/Password if you don't already have one.
Post a Comment for "Android Webview And Certs On 4.4.2"