Question
Why do I get : curl: (7) Failed to connect .... Error 443
Hello I am trying to curl from a server using this command from my STM32MP157C-DK2
curl -i -k -X POST -H "Content-Type: application/json" --data '{ "id":"2","timestamp":"200","data":"100"}' https://dv7knsjzph.execute-api.eu-central-1.amazonaws.com/prod/boxtronic-devices/2/data/but I am getting
curl: (7) Failed to connect to dv7knsjzph.execute-api.eu-central-1.amazonaws.com port 443: No route to hostvi
/etc/hosts/ gives me:
127.0.0.1 localhost
127.0.1.1 buildrootHow can I do that. Thank you
