Skip to content

[HELP] Making HTTPS calls using MBEDTLS #14010

Description

@engdavidiogo

Description

I need help understanding what is wrong with this implementation attempt.

I am trying to make HTTPS calls in my project using MBEDTLS, and for that, I am using the default Wi-Fi configuration for the ESP32C6.

$ ./tools/configure.sh esp32c6-devkitc:wifi

After that, I enable the following configurations in the menu:

CONFIG_CRYPTO_MBEDTLS
CONFIG_MBEDTLS_APPS
CONFIG_MBEDTLS_APP_BENCHMARK
CONFIG_MBEDTLS_APP_SELFTEST

With this configuration, when trying to build, I get the following output:

image

Please let me know if I skipped any necessary steps for success.

Verification

  • I have verified before submitting the report.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions