I am debuggin the android application Traccar Client .
And i am getting this error
" SSL handshake timed out" when trying to connect to the server and send the data.
In the "sendRequest" method inside "RequestManager.java" file but the error occurs when i change the network from
WCDMA to GSM
Everything works fine on WCDMA but not in a GSM network
If any body has an idea of the fix of this. Very appreciated
Thanks =)
It just sounds like regular network error. Network is too slow or signal quality is low.
you're right, I realized that other apps do not work either.
I Restarted the cell phone and although it does not send the request at times, it is better than before.
It has to be with the device.
I am debuggin the android application Traccar Client .
And i am getting this error
" SSL handshake timed out" when trying to connect to the server and send the data.
In the "sendRequest" method inside "RequestManager.java" file but the error occurs when i change the network from
WCDMA to GSM
Everything works fine on WCDMA but not in a GSM network
If any body has an idea of the fix of this. Very appreciated
Thanks =)