When I have issues like that I check how the built-in browser handles the url. On Sun, May 24, 2009 at 10:47 PM, Al <[email protected]> wrote:
> > Hi, I'm using webview to try and load a url over a https connection, > but all I get is a blank page. I've set up my WebViewClient and > overrode the error and page loading started methods. The debug > messages show the page is being loaded and InetAddress shows it made > the made lookup but no content is shown and no error is thrown. I've > tried loading a non-ssl page, which worked fine. > > I've had a look at the webkit package and it has a SslErrorHandler > class, but I can't find anyway to hook onto it's methods. I've also > had looked at the android browser code and it overrides a method not > found in the sdk. > > So does anyone know how I can load up an SSL site which uses a self > signed cert in a webview? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

