Hi, I am in the process of testing Zymkey 4i. I wanted to create a connection to AWS IoT. When I wanted to test TLS connection with Zymkey Device Certificate:
#replace endpoint iot region with the copied endpoint
curl --tlsv1.2 --cacert AWS_CA.pem --cert zymkey.crt --key nonzymkey.key --engine zymkey_ssl --key-type ENG -v -X POST -d "{ \"hello\": \"world\"}" "https://endpoint.iot.region.amazonaws.com:8443/topics/hello/world"
I got this message:
I am asking for help, I do not know what I did wrong and what the cause of the problem is.