-
Notifications
You must be signed in to change notification settings - Fork 7.6k
EthernetClientSecure #6571
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
yes yes yes |
Hello @simogaspa84 maybe helpful in your situation? https://github.com/OPEnSLab-OSU/SSLClient#sslclient-with-ethernet Thanks |
I'm eagerly awaiting this feature. :-) 👍 BR, Armin |
Hello, Due to the overwhelming volume of issues currently being addressed, we have decided to close the previously received tickets. If you still require assistance or if the issue persists, please don't hesitate to reopen the ticket. Thanks. |
Related area
Creating a class for Ethernet support of TLS based on WiFiClientSecure
Hardware specification
ESP32
Is your feature request related to a problem?
Yes the problem is raised when you want to add connectivity to cloud providers (for example google iot core)
but the libraries you find and example requires Wifi and TLS.
At the moment there are not working libs for ethernet with TLS for ESP32 under the Arduino framework.
Some machines inside production plants have no wifi connectivity and the only option is the cable.
We must provide this functionality for these cases
Describe the solution you'd like
Creating a class for Ethernet support of TLS based on WiFiClientSecure
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: