fetchBeaconDetails in Android SDK

Hi all,

We are getting an issue trying to fetch details of single beacon in Android SDK. When we call the method fetchBeaconDetails(String macAddress, CloudCallback callback) we got an exception in the failure callback:

javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x7b4df2e8: Failure in SSL library, usually a protocol error
error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure (external/openssl/ssl/s23_clnt.c:741 0x73cefce0:0x00000000)javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x7b4df2e8: Failure in SSL library, usually a protocol error
error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure (external/openssl/ssl/s23_clnt.c:741 0x73cefce0:0x00000000)

Additional Info:

How can we resolve this issue. It is very urgent!

Kind regards,

SSL errors are mainly caused by clock and date being wrongly set on the device. Can you double check?

Is Estimote app from Play Store on this device works well?
That is the device that you are testing on?

Thanks wiktor, We double checked the clock and date they are fine - UTC/GMT -6 hours.

Is Estimote app from Play Store on this device works well? - Yes, the Estimote app works well in the device where we are testing on.
That is the device that you are testing on? - Yes, It is the same device.

@Alexander_Arroyo Still thinking about this issue. Can you test SDK with Cloud on other device? Wondering if this is some widespread issue or this is this particular device.

BTW which device it is?

@Alexander_Arroyo I just pushed 0.6.1 version of lib (https://github.com/Estimote/Android-SDK/releases/tag/0.6.1) that fixed other auth issue. I have a suspicion that it may fix SSL problem.

@wiktor Thanks a lot for your help!!
The SSL issue has been fixed with the new version of the lib (0.6.1).
Regards,