This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3220: when Safari accesses self implemented HTTPS server , an error with value -708 is returned.

Part Number: CC3220

Hi, 

I try to implement a https server in cortex-m4 core, and when access this web server via Safari in iPhone, I meet an error. Other browsers,such as IE, chrome, firefox in windows and android, can access web server. 

In callback SimpleLinkSockEventHandler(), a SL_SOCKET_ASYNC_EVENT is got with value -708.

And in error.h, this error code is defined as below: 

#define SL_ERROR_BSD_ESEC_SOCKET_ERROR_E                 (-708L)  /* error state on socket    */

And it gets no hints about what happens and what should I do.

How could I get more detail information about this error?

Thanks  a lot!!