mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-15 15:00:02 +01:00
fix: Fixed build errors with TLS 1.3 only configuration
This commit is contained in:
committed by
Mahavir Jain
parent
2c9ab21629
commit
b577f659cd
14
examples/protocols/esp_http_client/sdkconfig.ci.tls13_only
Normal file
14
examples/protocols/esp_http_client/sdkconfig.ci.tls13_only
Normal file
@@ -0,0 +1,14 @@
|
||||
CONFIG_EXAMPLE_CONNECT_ETHERNET=y
|
||||
CONFIG_EXAMPLE_CONNECT_WIFI=n
|
||||
CONFIG_EXAMPLE_USE_INTERNAL_ETHERNET=y
|
||||
CONFIG_EXAMPLE_ETH_PHY_IP101=y
|
||||
CONFIG_EXAMPLE_ETH_MDC_GPIO=23
|
||||
CONFIG_EXAMPLE_ETH_MDIO_GPIO=18
|
||||
CONFIG_EXAMPLE_ETH_PHY_RST_GPIO=5
|
||||
CONFIG_EXAMPLE_ETH_PHY_ADDR=1
|
||||
CONFIG_EXAMPLE_CONNECT_IPV6=y
|
||||
CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH=y
|
||||
CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH=y
|
||||
CONFIG_EXAMPLE_HTTP_ENDPOINT="httpbin.espressif.cn"
|
||||
CONFIG_MBEDTLS_SSL_PROTO_TLS1_2=n
|
||||
CONFIG_MBEDTLS_SSL_PROTO_TLS1_3=y
|
||||
Reference in New Issue
Block a user