perhaps you need to combine "raw" tcp socket i/o, fake X509TrustManger
and webView.load() to achieve it.

On Nov 18, 11:21 am, Mark <term...@gmail.com> wrote:
> Isn't anybody know that solutions?
>
> On Nov 16, 11:07 am, Mark <term...@gmail.com> wrote:
>
>
>
> > Hi, folks
>
> > i have aproblemto show specific web page (https://
> > emocion.movistar.es/mstore/index.jsp) withcertificatewhen iusingWebView..
> > i searched that some guy done fake X509TrustManger, but in my case no
> > luck.
> > i can only see empty screen and there is no errors on that.
>
> > Android browser can show a dialog for notice acertificate,
>
> > I am testing at 1.6 donut now
>
> > my simple code is like below
>
> >                 web = (WebView) findViewById(R.id.main);
> >                 web.getSettings().setJavaScriptEnabled(true);
> >                 web.setWebViewClient(mWebViewClient);
> >                 web.loadUrl("https://emocion.movistar.es/mstore/index.jsp";);
>
> > There is no onReceivedSslError() callback like in BrowserActivity.java
>
> > Could you share a idea for solving thisproblem?
>
> > Thanks in advance...

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to