mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
1d2b2b5879
- 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
3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
CONFIG_ESP_HTTPS_SERVER_ENABLE=y
|
|
CONFIG_EXAMPLE_ENABLE_HTTPS_USER_CALLBACK=y
|