Shubham Kulkarni 3452e06e7e https_request example: Perform request over HTTP/1.1 to enable keepalive timeout 5 лет назад
..
main 3452e06e7e https_request example: Perform request over HTTP/1.1 to enable keepalive timeout 5 лет назад
CMakeLists.txt 500c247030 protocol examples: enable protocol examples for esp32sbeta 6 лет назад
Makefile 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
README.md e29294b49a Resolved Issues 7 лет назад
example_test.py a908174c06 test: remove fake binary size check in example test: 5 лет назад
sdkconfig.ci 761c3a3942 examples: make sure WiFi interface is disabled when connecting with Ethernet 5 лет назад
sdkconfig.ci.ssldyn 761c3a3942 examples: make sure WiFi interface is disabled when connecting with Ethernet 5 лет назад

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.