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.

HTTPS client demo

Other Parts Discussed in Thread: CC3200, CC3200MOD

Hi,

I have to connect to https://api.my-ip.io/ip to get IP of the router which the board is connected to.

If i use http_client_demo, the server correctly reply 301 and specify the resource has been moved to https://api.my-ip.io/ip,

so how to make a secure connection?

I followed the indication https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/600176/cc3200-launchxl-cc3200-https-client-connection-to-server-failed-error--102

but I have a question, should I have to generate a certificate if I do not have mutual TLS authentication?

I do not think that connecting to https://api.my-ip.io/ip I need mutual autentication.

In such case how do I change security params?

struct HTTPCli_SecureParams sparams;

What is sparams.cafile content?


Best Regards

**Attention** This is a public forum