-
-
Save PhilipTang/1603a1292c6090858585050c41d9a00a to your computer and use it in GitHub Desktop.
Twitter SSL error causes empty page on android.webkit.WebView
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Override | |
public void onReceivedSslError(WebView view, | |
SslErrorHandler handler, SslError error) { | |
handler.proceed(); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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