Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

14
  • 27
    What if I'm getting this error on a Lollipop device? Commented Oct 23, 2015 at 17:16
  • 2
    I am getting this on 5.0.1 Commented Jan 21, 2016 at 8:07
  • This approach seems to be failing when connecting to a virtual host, as it effectively disables SNI by not providing SSLCertificateSocketFactory.setHostname(Socket, String) method. I have been getting 403s where openssl.exe and browser connect w/o troubles. It turns out it is the missing SNI. Commented Jan 27, 2016 at 10:05
  • 2
    how can one use this with volley? Commented Sep 9, 2016 at 13:26
  • 2
    i am getting this error in Android API 19 javax.net.ssl.SSLProtocolException: Read error: ssl=0xb83d7120: Failure in SSL library, usually a protocol error Commented Jan 16, 2017 at 10:49