-
Notifications
You must be signed in to change notification settings - Fork 7.6k
HTTPS Server example #7447
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
Comments
It is not available yet. |
Thanks a lot! |
cc @pedrominatel & @PilnyTomas |
Arduino may use IDF for HTTPS as described in the IDF ESP HTTPS SERVER documentation. An IDF example can be found at https://github.com/espressif/esp-idf/tree/edd815af2e/examples/protocols/https_server |
@PilnyTomas Can you please help with triage? Thanks |
I have nothing special to add. The IDF example works. It should be possible to copy them to our code base so it is more accessible to our users, but implementing a pretty Arduino-like API is in my opinion a low-priority feature request. |
Closing this issue as wontfix for now, thanks for understanding. |
has this been solved yet ? |
Related area
Webserver
Hardware specification
ESP32
Is your feature request related to a problem?
I've found an information that a https server feature will be added in next major release:
#3902 (comment)
I see that there are some files deep in folders, like this esp_https_server header file.
But to be honest, I'm pretty lost. Is this feature ready yet, and are there any examples how to use it?
Describe the solution you'd like
I would like to know if there are any examples available.
Like those pretty examples for standard http server.
Thanks a lot for any clue!
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: