Client: Azure Mobile Apps Client 3.0 for Android with OkHttp: 2.5.0
Server: IIS 8 on Windows 10 (for development) using Comodo PositiveSSL, RNI off.
With http, everything works as expected. Going over https causes the following:
The call randomly reaches the server (every few calls, one call succeeds) with the right content. But the response is causing an SSLException in OkHttp wrapped inside IOException.
The content of the exception message "Shutdown" is not descriptive.
I feel that I have similarities with this thread: javax.net.ssl.SSLException: Read error: ssl=0x9524b800: I/O error during system call, Connection reset by peer
But, it might be a different issue that I am experiencing.