-
Notifications
You must be signed in to change notification settings - Fork 7
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
error: Error: Connection refused: Not authorized #6
Comments
Seems canoed may not be configured with proper user/password to connect o VerneMQ, did you follow the wiki page? https://github.com/getcanoe/canoed/wiki/Setting-up-a-canoed-backend |
Yes Followed the same Wiki to configure. But used different Password in canoed.config And then wiki say |
I followed the wiki, and ran into the same error. |
More info:
vmq_quth_acl table was created properly as best I can tell:
any suggestions? |
20 nano bounty for helping me figure this out. 💰 More troubleshooting: I dropped the vmc_auth_acl table and created it again manually with hard coded values:
Initialization goes well and I can see the table like before:
Then I created my own little test node file with:
This gives me the same error as before:
VerneMQ log:
Any ideas about what I am doing wrong here? |
AHA! I figured it out. I had mistakenly put in the wrong password into the verneMQ config. I put the password for the postgres user rather than the canoed user. Now the Canoed service is talking to my Nano Node. |
Error when initialising the canoed
Here is terminal Script
The text was updated successfully, but these errors were encountered: