Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to disable CONFIG_ESP_TLS_SERVER? (IDFGH-14041) #14862

Closed
3 tasks done
zzzh opened this issue Nov 11, 2024 · 3 comments
Closed
3 tasks done

how to disable CONFIG_ESP_TLS_SERVER? (IDFGH-14041) #14862

zzzh opened this issue Nov 11, 2024 · 3 comments
Labels
Resolution: Cannot Reproduce Issue cannot be reproduced Status: Done Issue is done internally Type: Bug bugs in IDF

Comments

@zzzh
Copy link

zzzh commented Nov 11, 2024

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

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

@zzzh zzzh added the Type: Bug bugs in IDF label Nov 11, 2024
@github-actions github-actions bot changed the title how to disable CONFIG_ESP_TLS_SERVER? how to disable CONFIG_ESP_TLS_SERVER? (IDFGH-14041) Nov 11, 2024
@espressif-bot espressif-bot added the Status: Opened Issue is new label Nov 11, 2024
@KaeLL
Copy link
Contributor

KaeLL commented Nov 12, 2024

Press ? and check which other kconfig option is y-selecting it.

@zzzh
Copy link
Author

zzzh commented Nov 12, 2024

Press ? and check which other kconfig option is y-selecting it.

Good idea, I tried that, turns out it's ESP_HTTPS_SERVER_ENABLE make it fixed, which should not be select to use only a http server, I selected it to see if it can solve the "httpd: httpd_server_init: error in listen (112)" issue..
Any ideas on "httpd: httpd_server_init: error in listen (112)"?

@zzzh
Copy link
Author

zzzh commented Nov 12, 2024

Hi, @KaeLL ,
Thank you for answering, which solved my question.

@zzzh zzzh closed this as completed Nov 12, 2024
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Cannot Reproduce Issue cannot be reproduced and removed Status: Opened Issue is new labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Cannot Reproduce Issue cannot be reproduced Status: Done Issue is done internally Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

3 participants