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.

CC3135: How to receive the ssl certificate from android device through https POST request?

Part Number: CC3135


I am trying to transfer the ssl certificate from android device to my ti processor using https POST request. But due to constrains in SL_NETAPP_REQUEST_MAX_DATA_LEN whose value is 1364, I am not able to receive the full contents of the certificate file. I tried to receive as multipart data, but came to know from another thread in forum that it is not possible to send as multipart data.

I would like to know how to transfer the ssl certificate from android device through https POST method or any other possible method apart from tcp sockets.

Thanks and Regards,

Vel.