Hello.
I made an Android app that use SSL client certification using WebView.
The app work well in android 2.3.4 but not in 4.x because WebView fail.
I get from google play your sandrob proxy example and, on a 4.x device, your WebView work well.
Searching on the web in many sites I found that a solution to work with WebView using SSL client certificate is to use a custom Android platform with redefinition of private method onReceivedClientCertRequest of WebViewClient class.
You too used this solution or there is another way to do it?
Thanks
Sandro