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.

CC3235SF: HTTPS communication

Part Number: CC3235SF


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