The issue is not occurring on higher OS versions. Is there a known problem on Android 4.x versions?
If yes, how can this issue be addressed? Should there be a change on the mobile app or on the backend side?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
I actually don't have the full stack trace. This is what's visible to me.
The issue was due to TLSv1 being disabled on backend.
Depending on the case there can be two approach to address this issue.
1. Enable TLSv1 on backend server.
2. As suggested, update the SSLEngine to support higher TLS versions on mobile app.