You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I am using API 19 and we must need to enable TLSv1.2 for successful handshaking.
Currently getting below error: connection close, Notification: 5 reason: WebSockets internal error (javax.net.ssl.SSLException: Read error: ssl=0xb7747000: I/O error during system call, Software caused connection abort)
This can be handled using below implementation in CustomSocketFactory/SocketFactory:
oberstet
changed the title
TLSv1.2 protocols is not enabled by default in android API <20. Need to enable manually.
Allow settings TLS protocols in WebSocket options
Mar 21, 2018
I am using android API 19 for my project. But as mentioned in the android developer https://developer.android.com/reference/javax/net/ssl/SSLSocket.html documentation TLSv1.2 protocols is not enabled by default in android API <20.
As I am using API 19 and we must need to enable TLSv1.2 for successful handshaking.
Currently getting below error:
connection close, Notification: 5 reason: WebSockets internal error (javax.net.ssl.SSLException: Read error: ssl=0xb7747000: I/O error during system call, Software caused connection abort)
This can be handled using below implementation in CustomSocketFactory/SocketFactory:
Would you please help us to implement this in your autobahn java library or any API exposure will be appreciated.
The text was updated successfully, but these errors were encountered: