Closed mvle closed 1 year ago
A transport would error like this is caused when a connection to the intended host cannot be established. In the case of MQTT, it is likely due to not being able to connect to the broker.
The docs should have instructions to change the broker that is being used. Updating the MQTT_HOST
key from the environment of the transport-mqtt
service in the device-compose.yaml
file should resolve the connection timeout. The value given should be the MQTT broker that you intend to use.
Using the
develop
branch from https://github.com/ScreamBun/openc2-oif-device Runningdocker-compose -f device-compose.yaml up
fails during bootstrap:Expected all the containers to come up w/o errors. Wondering if it's my environment or something else the matter. Any thoughts would be appreciated.