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
Copy file name to clipboardExpand all lines: articles/iot-operations/manage-mqtt-broker/howto-test-connection.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,15 +119,6 @@ The first option is to connect from within the cluster. This option uses the def
119
119
120
120
The mosquitto client uses the same service account token and root CA cert to authenticate with the broker and subscribe to the topic.
121
121
122
-
1. You can also use mqttui to connect to the broker using the service account token. The `--insecure` flag is required because mqttui doesn't support TLS certificate chain verification with a custom root CA cert.
123
-
124
-
> [!CAUTION]
125
-
> Using `--insecure` is not recommended for production scenarios. Only use it for testing or development purposes.
0 commit comments