Skip to content

Instantly share code, notes, and snippets.

@ngs
Created July 28, 2011 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ngs/1111718 to your computer and use it in GitHub Desktop.
Save ngs/1111718 to your computer and use it in GitHub Desktop.
Twitter SSL error causes empty page on android.webkit.WebView
@Override
public void onReceivedSslError(WebView view,
SslErrorHandler handler, SslError error) {
handler.proceed();
}
07-29 00:11:45.455: DEBUG/test(704): primary error: 3 certificate: Issued to: CN=*.twitter.com,OU=Domain Control Validated - RapidSSL(R),OU=See www.rapidssl.com/resources/cps (c)11,OU=GT57932074,O=*.twitter.com,C=US,2.5.4.5=#13207770466f6156576f4c5750332f3645657042693139735043364a4541464a4347;
07-29 00:11:45.455: DEBUG/test(704): Issued by: CN=RapidSSL CA,O=GeoTrust\, Inc.,C=US;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment