Orange-OpenSource / its-client

This Intelligent Transportation Systems (ITS) MQTT client based on the JSon ETSI specification transcription provides a ready to connect project for the mobility (connected and autonomous vehicles, road side units, vulnerable road users,...). Let's connect your device or application to our Intelligent Transport Systems (ITS) platform!
MIT License
7 stars 8 forks source link

Secure message exchanges for application #140

Closed nbuffon closed 1 month ago

nbuffon commented 4 months ago

GIVEN the public root CA that signed the certificate of the message broker was provisioned AND the message broker hostname's was discovered AND the message broker was configured to only accept secure connections WHEN I establish a connection using the certificate THEN the connection will succeed AND I will be able to subscribe and publish

nbuffon commented 1 month ago

Configuration to use to test trust store connection

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