Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-03 08:31:44 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
2a62932ef178431157ed05c72e76666c16c9e3f9
esp-idf/examples/protocols/https_server/simple/sdkconfig.ci

5 lines
153 B
Plaintext
Raw Normal View History

example/https_server: Add default sdkconfig
2019-06-21 14:07:51 +05:30
CONFIG_ESP_HTTPS_SERVER_ENABLE=y
fix(esp_https_server): Convert HTTPD_SSL_CONFIG_DEFAULT MACRO to function Previously with HTTPD_SSL_CONFIG_DEFAULT being a MACRO, the configuration options could not be applied to it. This was casuing error in multiple scenarios. For e.g., here user_cert_cb is a part of httpd_ssl_config_t which this macro defines. But the type of user_cert_cb (esp_tls_server_callback_t) is only available when it is enabled in esp-tls. The MACRO however cannot be modified to set the defaults based on configuration option. This fix solves the issue without breaking the compatibility
2023-10-10 16:27:59 +05:30
CONFIG_ESP_TLS_CERT_SELECT_HOOK=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
CI: use ssid password from stdin for pytest cases
2022-07-04 16:54:33 +08:00
CONFIG_EXAMPLE_WIFI_SSID_PWD_FROM_STDIN=y
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 114ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API