I am using the https fota, aws sample OK.
testd the aws certificate via Linux PC this way:
openssl s_client -connect kamacodeetrog.s3.us-east-2.amazonaws.com:443
now I want to move the app_update.bin to my server
https://esr.etrogsystems.com/static/mqtt_updateapp_update.bin
so, I tested the server and got the certificate:
openssl s_client -connect esr.etrogsystems.com:443
so in the http fota example I used server name as:
and file name as: static/mqtt_update/app_update.bin
however I get certificate error.
what am I missing ?