2021-10-08 14:19:57 +05:30
|
|
|
menu "Example Configuration"
|
|
|
|
|
|
|
|
|
|
config EXAMPLE_ENABLE_HTTPS_USER_CALLBACK
|
|
|
|
|
bool "Enable user callback with HTTPS Server"
|
2022-03-28 17:34:38 +05:30
|
|
|
select ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL
|
2021-10-08 14:19:57 +05:30
|
|
|
help
|
|
|
|
|
Enable user callback for esp_https_server which can be used to get SSL context (connection information)
|
|
|
|
|
E.g. Certificate of the connected client
|
|
|
|
|
|
|
|
|
|
endmenu
|