rhomobile / rhoelements-issues

Issues area for RhoElements
0 stars 0 forks source link

Add support for SSL Client Certificates on MSI Jelly Bean devices #89

Closed pfmaggi closed 6 years ago

pfmaggi commented 10 years ago

Support for Client Certificate has been added in Android v4.0: Issue 11231: Provide support for managing CA and client certificates 8196: Enhancement: Client Certificate Authentication in Browser

The problem is that this functionality is not exposed to the Android WebView. It's only available in the Android Browser, the only way to achieve this is using Hidden APIs.

There's currently an Android issue about this with a reply dated March 2014 that this will be included in the "next Android release": Issue 53491: Support client certificates in WebView.

Here's there's another thread on possible solutions: StackOverflow: android webview with client certificate.

pfmaggi commented 6 years ago

Time to close this.