Welcome to the HiveMQ Community! We are delighted to see your interest in MQTT and the HiveMQ broker, and we sincerely appreciate your participation in our community.
Should you have any questions or require further assistance, please feel free to reach out. We’re here to help and look forward to supporting you in your MQTT journey.
Check the directory $HIVEMQ_HOME/extensions/hivemq-allow-all-extension. If there is no file with the filename "DISABLED" in the directory, the extension is enabled and any client can authenticate. To disable the extension, create the file with the filename "DISABLED" in the directory.
Documentation: https://docs.hivemq.com/hivemq/latest/extensions/general.html#enable-disable-extensions
cd $HIVEMQ_HOME/extensions/hivemq-allow-all-extension
touch DISABLED
Watch the hivemq.log for the message:
INFO - Extension "Allow All Extension" version 1.0.0 stopped successfully.
Then test your mqtt client again.
I hope it helps.
Dasha from HiveMQ Team
Thank you for reaching out with your question. When connecting to an MQTT broker using the MQTT-CLI client, the Client ID is specified with the -i (--identifier) option, as you’ve correctly pointed out in your example:
In your example, you have set the Client ID = “client”.
I hope this clarifies your query. Should you have any further questions or need additional assistance, please don’t hesitate to let us know.
Thank you for reaching out. Please check our documentation to set <tls-tcp-listener> to enable SSL.
We also have documentation about how to generate self signed certificates. Please take a look and feel free to reach us in case you need further help.
Thank you for helping me with the documentation, but there is till confusion on mqttx tool. After configuring, i have selected wss:// but still am not able to connect
could you please help me here in setting up i have done all the configuration related to it in final stage.
We’d be happy to assist you further with troubleshooting the WSS connection issue.
To better understand the problem and provide you with appropriate assistance, could you please provide more details about what error you observed and the configurations you’ve set up in MQTT.fx? Screenshots of the configurations would be particularly helpful in identifying any potential issues.