Results 1 to 2 of 2
  1. #1

    Android javax.net.ssl.SSLProtocolException

    Hey guys,

    On some users i keep getting a
    javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException:
    SSL handshake aborted: ssl=0x79996e78: Failure in SSL library, usually a protocol errornerror:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
    (external/openssl/ssl/s23_clnt.c:741 0x74575d74:0x00000000)


    Unsure what to do with this.
    using lighstreamer for android 1.0.2

    Any idea ?

    Thanks
    Shimi

  2. #2
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,090
    The error seems to be at the level of the SSL implementation libraries.
    As a first guess, we suppose that it is some awkward consequence of
    • the unavailability of SSLv3 on the server side
    • and the unavailability of the TLS handshake on the client side.

    In these cases, the client may succeed to use TLS provided that the SSLv2Hello handshake is available on the Server.

    Please check the Server configuration for SSL, i.e. the <allow_protocol> or <remove_protocols> elements.
    It is recommended that SSLv3 stays disabled (and it is the default on recent JVMs), but if SSLv2Hello is disabled, you may try enabling it.

 

 

Similar Threads

  1. Mixing SSL and non-SSL
    By kpturner in forum General
    Replies: 2
    Last Post: March 2nd, 2015, 11:19 AM
  2. using a Self Signed SSL on Android Client
    By patrickl in forum Client SDKs
    Replies: 4
    Last Post: December 20th, 2013, 06:06 PM
  3. Android Development
    By stephenlam in forum Client SDKs
    Replies: 3
    Last Post: April 18th, 2011, 05:31 PM
  4. Android browser --> SSL and error 39
    By Mone in forum Client SDKs
    Replies: 0
    Last Post: February 21st, 2011, 05:16 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 07:40 AM.