-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
MQTT Password length only 31 chars possible #182
Comments
Most likely a one off limitation as we are writing only 32 chars into EEPROM we may miss the \0 String ending. We had this before for WiFi Password too see #11 |
|
Will leave this open for the next release >0.5.16 |
Maybe it was me, but with 0.5.16 I have no more problems logging in. However, the issue with the password length still exists. |
Close this bc. password length of 31 characters shall be sufficient. |
@aschiffler |
MQTT connect with user + password not possibleMosquitto MQTT Broker Log:1660944902: New connection from 172.16.0.29:55936 on port 1883.1660944902: Client disconnected, not authorised.MQTT Password length only 31 chars possible
Everything after 31 characters is truncated and not saved.
I have tested all versions from 5.5 to 5.14 without success. I had not yet time to look for the issue in the source.
The text was updated successfully, but these errors were encountered: