This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
forked from
espressif/esp-idf
Code
Pull Requests
Activity
Files
a5bb129c3794c439108f68e959cd20a02ee573ab
esp-idf
/
examples
/
protocols
/
https_server
/
simple
/
sdkconfig.ci
3 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
example/https_server: Add default sdkconfig
2019-06-21 14:07:51 +05:30
CONFIG_ESP_HTTPS_SERVER_ENABLE=y
feature: Added user callback for esp_https_server - Can be used to get connection or client information (SSL context) - E.g. Client certificate, Socket FD, Connection state, etc. - Added example callback for getting client certificate information in 'https_server/simple' example Closes https://github.com/espressif/esp-idf/issues/7479
2021-10-08 14:19:57 +05:30
CONFIG_EXAMPLE_ENABLE_HTTPS_USER_CALLBACK=y
Copy Permalink