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
At the moment my solution is to just create a new OkHttpClient when it encounters a SSLHandshakeException but is there a better way to go about this? Maybe emptying the connection pool and retrying the request?
Thanks
The text was updated successfully, but these errors were encountered:
Bug:
I've started seeing this issue in my app and it seems a few others have been seeing it to:
http://stackoverflow.com/questions/37885391/okhttp-sslprotocolexception-ssl-handshake-terminated
At the moment my solution is to just create a new OkHttpClient when it encounters a SSLHandshakeException but is there a better way to go about this? Maybe emptying the connection pool and retrying the request?
Thanks
The text was updated successfully, but these errors were encountered: