Skip to content

Commit

Permalink
Fix 'invalid certificate' error
Browse files Browse the repository at this point in the history
Not using MBEDTLS so should be fine to disable certificate bundles.
  • Loading branch information
mikee47 committed Oct 19, 2021
1 parent 13de739 commit d2a2a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sming/Arch/Esp32/Components/esp32/component.mk
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ SDK_COMPONENTS += \
esp_wifi \
esp_eth \
lwip \
mbedtls \
mbedcrypto \
esp_netif \
openssl
Expand Down
3 changes: 3 additions & 0 deletions Sming/Arch/Esp32/Components/esp32/sdk/config/common
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@ CONFIG_VFS_SUPPORT_DIR=n
CONFIG_VFS_SUPPORT_SELECT=n
CONFIG_VFS_SUPPORT_TERMIOS=n

# Not used
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=n

# Debugging
CONFIG_ESP_SYSTEM_PANIC_GDBSTUB=y

0 comments on commit d2a2a49

Please sign in to comment.