Problem
VSCode에서 Espressif IDF Extension을 통해 ESP-IDF framework를 이용해 coding을 진행하고 build할 경우, 위와 같은 error가 발생할 경우가 있다.
'Invalid certificate'라는 것인데, 위 issue에서 보면 cryptography쪽에 certificate bundle에 문제가 있는것 같다.
Solution
일단 당장 해결한 방법은 Certificate Bundle 설정을 수정하는 것이다. VSCode에서 'View → Command Palette...'에서 'ESP-IDF: Configure ESP-IDF Extension' page에 진입한다.
그리고 위 사진처럼 'certi...'를 검색해서, 'Certificate Bundle'에서 'Enable trusted root certificate bundle'을 체크 '해제'한다.
이후 Build를 진행하면, 정상적으로 수행되었다.
'Embedded' 카테고리의 다른 글
ESP32-CAM Home Assistant Integration (ESPHome) (0) | 2022.01.24 |
---|---|
VSCode에서 ESP-IDF 개발환경 구축하기 (0) | 2022.01.06 |
댓글