Hi,
My customer is evaluating CC3235SF launchPad. He uses httpget_CC3235SF_LAUNCHXL_freertos_ticlang as an example.
Http communication works as expected and now he wants to try https communication.
Then he modified below parts in httpget sample code.
In httpget.c: "xxxxx" is the host name.
#define HOSTNAME https://xxxxxxxxxx.execute-api.ap-northeast-1.amazonaws.com/test #define REQUEST_URI "/test?id=sample2"
In main_freertos.c: To avoid stack overflow.
/* Stack size in bytes */ #define THREADSTACKSIZE 4096
It does not work and below error is generated.
Error! code = -2006, Description = httpTask: connect failed
Could you tell me how to modify httpget example for https communication?
Thanks and regards,
Koichiro Tashiro