Skip to content Skip to sidebar Skip to footer

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:

  1. Download the cert file to the phone.
  2. In the Settings go to the security tab. In it under Credential storage find Install from SD card:

Security settings

  1. Select the file you downloaded:

Select file

  1. 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"