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
When I'm making any call "invokeStaticMethod" then it will show the SSLPeerUnverifiedException. But there is no place in loop android sdk where I'll check for the above param.
RestAdapter: HTTP request (string) failed: javax.net.ssl.SSLPeerUnverifiedException: No peer certificate coming in loopback
Link to reproduction sandbox
Expected result
It should return the response for what it is being called.
Additional information
Its working fine when I'll use the andorid nougat but issue occured in android device with lollipop. Please let me know whats going on.
The text was updated successfully, but these errors were encountered:
Description/Steps to reproduce
When I'm making any call "invokeStaticMethod" then it will show the SSLPeerUnverifiedException. But there is no place in loop android sdk where I'll check for the above param.
RestAdapter: HTTP request (string) failed: javax.net.ssl.SSLPeerUnverifiedException: No peer certificate coming in loopback
Link to reproduction sandbox
Expected result
It should return the response for what it is being called.
Additional information
Its working fine when I'll use the andorid nougat but issue occured in android device with lollipop. Please let me know whats going on.
The text was updated successfully, but these errors were encountered: