Skip to content

Commit

Permalink
rust: update example config to use TLS
Browse files Browse the repository at this point in the history
Connecting to test.mosquitto.org but using 8886 port which demonstrate
TLS handshake using trust store

Signed-off-by: Nicolas Buffon <[email protected]>
  • Loading branch information
nbuffon committed Oct 14, 2024
1 parent cfca0a2 commit ea193f7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rust/examples/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ type="mec_application"

[mqtt]
host="test.mosquitto.org"
port=1884
port=8886
client_id="com_orange_its-client"
username="rw"
password="readwrite"
use_tls=false
use_tls=true
use_websocket=false

[node]
Expand Down

0 comments on commit ea193f7

Please sign in to comment.