Aditya Patwardhan b06fa1d7c2 https_request_example: Updated the example to showcase cacert_buf and global_ca store il y a 5 ans
..
main b06fa1d7c2 https_request_example: Updated the example to showcase cacert_buf and global_ca store il y a 5 ans
CMakeLists.txt 500c247030 protocol examples: enable protocol examples for esp32sbeta il y a 6 ans
Makefile 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) il y a 5 ans
README.md e29294b49a Resolved Issues il y a 7 ans
example_test.py b06fa1d7c2 https_request_example: Updated the example to showcase cacert_buf and global_ca store il y a 5 ans
sdkconfig.ci 761c3a3942 examples: make sure WiFi interface is disabled when connecting with Ethernet il y a 5 ans
sdkconfig.ci.ssldyn 761c3a3942 examples: make sure WiFi interface is disabled when connecting with Ethernet il y a 5 ans

README.md

HTTPS Request Example

Uses APIs from esp-tls component to make a very simple HTTPS request over a secure connection, including verifying the server TLS certificate.

See the README.md file in the upper level 'examples' directory for more information about examples.