esp-idf/examples/protocols/https_request
Michael (XIAO Xufeng) 63329b169b ci: limit example test to ESP32s 2019-09-04 10:53:25 +10:00
..
main Merge branch 'feature/transport_support_der_certs' into 'master' 2019-08-05 09:52:08 +08:00
CMakeLists.txt
Makefile
README.md
example_test.py ci: limit example test to ESP32s 2019-09-04 10:53:25 +10:00

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.