You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
optional arguments:
-h, --help show this help message and exit
-o HOST, --host HOST host to connect to (default: test.mosquitto.org)
-p PORT, --port PORT port to use (default: 1883)
-u USERNAME, --username USERNAME
username to authenticate with (default: None)
-w PASSWORD, --password PASSWORD
password to authenticate with (default: None)
-t TIMEOUT, --timeout TIMEOUT
connection timeout (default: 60)
test.mosquitto.org:1883 >>
The text was updated successfully, but these errors were encountered:
As below shown, not any configure for TLS:
================================
test.mosquitto.org:1883 >> connect -h
usage: connect [-h] [-o HOST] [-p PORT] [-u USERNAME] [-w PASSWORD]
[-t TIMEOUT]
Connect to an MQTT broker
optional arguments:
-h, --help show this help message and exit
-o HOST, --host HOST host to connect to (default: test.mosquitto.org)
-p PORT, --port PORT port to use (default: 1883)
-u USERNAME, --username USERNAME
username to authenticate with (default: None)
-w PASSWORD, --password PASSWORD
password to authenticate with (default: None)
-t TIMEOUT, --timeout TIMEOUT
connection timeout (default: 60)
test.mosquitto.org:1883 >>
The text was updated successfully, but these errors were encountered: