Other Parts Discussed in Thread: CC3235MODSF, UNIFLASH
Hi,
I am using the CC3235MODSF launchpad and making the HTTPS post request. I am able to successfully connected to the https server using RSA 2048 encryption.
but I am getting an error while connecting to the below server which is using RSA 4096 encryption.
https://webhook.site/#!/b722fae0-01b9-4d82-8e2d-3c8460365feb/5091e0a3-26f5-4ac3-a054-e16de6eff154/1
I have downloaded the root CA certificate and burned the certificate using uniflash.
I have updated the correct date and time using the SNTP server.
Below is the error in Putty.
I have used the below code:
HTTPClient_extSecParams httpClientSecParams;
httpClientSecParams.rootCa = SSL_CA_CERT;
httpClientSecParams.clientCert = NULL;
httpClientSecParams.privateKey = NULL;
Could you please help me to resolve this issue
Regards,
Robert