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.
Hi,
I am using TM4C129ENCPDTI in CCS Version 12.2.0, TI-RTOS for TivaC 2.16.01.14, XDCtools v 3.32.0.06_core and Compiler ti-cgt-arm_20.2.7.LTS and wolfssl-3.9.10-stable.
I am trying to POST data to server Using HTTPS. I Referring these link "e2e.ti.com/.../rtos-ek-tm4c129exl-ti-rtos-https-post-sample" . I have an error in the " HTTPCli_sendRequest()", these function return -103.how to solve it?.
Best Regards
Anusree k
Hi Anusree,
I'm not an expert in HTTPS POST and it seems like error code -103 is more or less related to TLS but I'm not sure.
I will suggest you first try with HTTP GET to isolate if the problem is related to TLS/certs. I think this way it is easier for you to know if the problem is due to the body of the POST message or due to certs.
Please refer to this link where you will find APIs for HTTP network service and HTTPS POST/GET example.
Hi,
Since you have a new thread opened, I will close this one. We can use the new thread to continue our discussion.