Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@PhilipTang
Forked from ngs/how-i-solved.java
Created December 13, 2016 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PhilipTang/1603a1292c6090858585050c41d9a00a to your computer and use it in GitHub Desktop.
Save PhilipTang/1603a1292c6090858585050c41d9a00a 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