Skip to content
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

Mosquitto v2.0.18 - remote_password not accepting special chars #3097

Open
carda21 opened this issue Aug 19, 2024 · 3 comments
Open

Mosquitto v2.0.18 - remote_password not accepting special chars #3097

carda21 opened this issue Aug 19, 2024 · 3 comments

Comments

@carda21
Copy link

carda21 commented Aug 19, 2024

I am sure this has been covered before, but I can't find a resolution. I am trying to setup a bridge to a Dyson Broker I have no control over. The password is huge and contains specials chars. These seem to be breaking the remote connection. How can I solve this? single quotes, double quotes do not work.

Password sample below.

remote_password ppKTTkbEnSuEa63TiPthm7PasolJKIcbveU7DYfresB76PuUTojrwYG4/pC0yPn+OPg8Am473rW5MEWvD3hK3Q==

@ckrey
Copy link
Contributor

ckrey commented Oct 1, 2024

The example password above work fine with mosquitto 2.0.18, mosquitto_sub, and a bridge.

The password seems to be a base64-string which does not need any quotes to be accepted.

Please make sure remote_password and the actual password are on the same line in the configuration file separated by space(s). No quotes are allowed in configuration files!

Could you try to connect sucessfully to the Dyson Broker with mosquitto_sub? This will give you better error messages than the bridge.

@ckrey
Copy link
Contributor

ckrey commented Oct 24, 2024

@carda21 any update?

@carda21
Copy link
Author

carda21 commented Oct 24, 2024

Apologies @ckrey . Been flat out. It's on my list. Will report back as soon as its done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants