Search found 5 matches
- Mon Feb 10, 2020 3:02 pm
- Forum: ESP-IDF
- Topic: Post build step in IDF v3.2 using make
- Replies: 2
- Views: 2877
Re: Post build step in IDF v3.2 using make
I haven't been able to figure this out yet, and am hopeful someone can provide some assistance.
- Mon Feb 03, 2020 5:12 pm
- Forum: ESP-IDF
- Topic: Post build step in IDF v3.2 using make
- Replies: 2
- Views: 2877
Post build step in IDF v3.2 using make
I'm looking to add a post build step to my build process. My project is using v3.2.2 and I'm building with make on Windows. I've found this post https://www.esp32.com/viewtopic.php?t=11528, which references how to do this using CMake. That doesn't quite apply in my case since I'm building with make,...
- Tue Aug 13, 2019 3:39 pm
- Forum: ESP-IDF
- Topic: AWS thing shadow example failing to verify certifiate
- Replies: 3
- Views: 4023
Re: AWS thing shadow example failing to verify certifiate
I was able to figure out the problem. The certificate that is included in the example is an ATS (Amazon Trust Services) certificate, and the endpoint I was using was not the ATS endpoint. Once I changed to the correct endpoint, it verified everything correctly.
- Mon Aug 12, 2019 1:32 pm
- Forum: ESP-IDF
- Topic: AWS thing shadow example failing to verify certifiate
- Replies: 3
- Views: 4023
Re: AWS thing shadow example failing to verify certifiate
That is the certificate that I'm using. I am getting these errors with no modifications to the examples.
- Thu Aug 08, 2019 6:37 pm
- Forum: ESP-IDF
- Topic: AWS thing shadow example failing to verify certifiate
- Replies: 3
- Views: 4023
AWS thing shadow example failing to verify certifiate
I'm working on ESP-IDF version V3.2.2 and am trying to run the AWS thing shadow example. However, the code is failing in the call to aws_iot_shadow_connect() when trying to verify the CA certificate. The CA certificate I'm using is the one provided in the IDF and is being embedded into the code. So ...