-
Notifications
You must be signed in to change notification settings - Fork 308
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
SSL support for MQTT connection #577
Conversation
Just double check my change for the Mac string homie-esp8266/src/Homie/Limits.hpp Line 13 in 48e8fab
:P |
Just a very generic comment, I'm not following heavily the dev but looking here and there. |
Up to this point I only picked some commits. Will read and try to verify the code now. |
@timpur I hope I fixed all char array and string length. |
Looks good (I believe these changes were in 2.1) ? |
Just to mention it, because I stumbled again over it: |
Maybe @kleini document that ? |
@timpur documented SSL connections for MQTT. |
Should we merge this PR in the 'develop' branch or the 'develop-v3' branch? IMHO, we should leave 'develop' only for bugfixes and add new features to 'develop-v3' 😉 |
Yes, will rebase my work on develop-v3 the next days. |
@kleini could you rebase it to be merged then? |
I rebased my work on develop-v3. The build is broken because of the resulting image size. Will try to check, why the image size is limited this way. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work Markus!
This is stolen from timpur's v2.1 branch.
I like to encrypt my MQTT connections because passwords are transmitted over MQTT in clear text. Passwords transmitted in clear text should be always avoided.