-
Notifications
You must be signed in to change notification settings - Fork 139
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
Add support for SSL/TLS #32
Comments
Unfortunatly, there is no SSL/TLS support yet with this lib. I will add that to the TODO list. Here is a PubSubClient issue discussing how you can achieve this with the PubSubClient lib : knolleary/pubsubclient#462 |
Thank you for your reply, happy to look forward to the arrival of new features. 😊 |
This feature would be very welcome! |
Yes please! Yes please! |
Hi, Change the include from Then the declaration: Then the library will use the secure library, and give you access from your code to the mWifiClient object where you'll be able to change settings and set properties such as:
Works for my mosquitto in mqtts. |
+1. Please add support for TLS (ideally server and client certs). Thanks. |
I would also really appreciate SSL support for HASS-YAAP :) |
+1. Please add support for TLS! Thanks! |
+1 please |
There is no need in adding "+1" comments. That does not change anything. You could instead provide Pull Requests. ;) |
If someone takes time to implement this, I will take the time to review and test. However, I don't think I will implement this by myself. I work on this lib for free and I don't have as many free time as before. Also, as almost all of my home automation devices are now working on ZigBee, I don't use this lib as much as before. It became hard for me to test new functionnalities. Thank you for your comprehension. |
Answer to issue plapointe6#32. Signed-off-by: Daniel Rosengarten <github@praetorians.be>
Thank You。
The text was updated successfully, but these errors were encountered: