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