[android-developers] Re: Confused about handling SSL Errors in WebView

2009-02-24 Thread whitemice
Hi Manuel So far no luck. I'm sure any solution will involved the "SslErrorHandler" class, but I have so far failed to find any post 1.0 example code. http://developer.android.com/reference/android/webkit/SslErrorHandler.html --~--~-~--~~~---~--~~ You received this

[android-developers] Re: Confused about handling SSL Errors in WebView

2009-02-20 Thread Manuel
I have the same problem, and didn't manage to find a way even to detect the error. Any clues? On Feb 13, 1:54 pm, whitemice wrote: > I have a WebView and I want to capture an error, most likely related > to a web page having an invalidSSLcertificate(company Intranet). > Currently the MyWebViewCl