how to disable CONFIG_ESP_TLS_SERVER? (IDFGH-14041) #14862
Labels
Resolution: Cannot Reproduce
Issue cannot be reproduced
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
Answers checklist.
IDF version.
v4.4.2
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
What is the expected behavior?
in menu config of esp-idf, being able to unselect the "Enable ESP-TLS Server" option(showing [] instead of -- before this item)
What is the actual behavior?
in menu config of esp-idf, it's -*- before "Enable ESP-TLS Server", make it impossible to unselect it.
Steps to reproduce.
it's enabled by default after select ESP_HTTPS_SERVER_ENABLE
Build or installation Logs.
No response
More Information.
Got "httpd: httpd_server_init: error in listen (112)" when running httpd_start(&server, &config), suspect it's because CONFIG_ESP_TLS_SERVER=y
The text was updated successfully, but these errors were encountered: