Hi
I am using CCS version: 6.2.0.00050, tirtos_tivac_2_16_01_14, TivaWare_C_Series-2.1.1.71b, on EK-TM4C1294XL.
I wanted to run the sample program for https get demo(i.e. httpsget_EK_TM4C1294XL_TI), that is bundled with the TI-RTOS for TIva C package, am using Amazon Web Services(AWS) for this. I have created an API from AWS using API Gateway services and have created POST and GET methods.For the GET method the details are:
Content-Length 36
GET /prod/CreateTableAddRecordsAndRead
HTTP/1.1
Host: 1x9iqf24a3.execute-api.us-west-2.amazonaws.com
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
The sample code only asked for the host and request URI(i.e. /prod/CreateTableAddRecordsAndRead). I downloaded the root CA certificate, as mentioned in the readme file of the program, pasted the content of the certificate in the 'user step' portion of 'httpsget.c' file. However on executing the program i'm getting the following error:
Error! code = -103, desc = httpsTask: send failed
Have attached the code below.
8103.httpsget_EK_TM4C1294XL_TI.zip
Any help would be greatly appreciated.
Thanks & Regards
Yash Bhan