Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Bridging is supported in version 2.3.0 forward. See the Chariot MQTT Server Configuration guide for details on configuring bridging.

Anchor
BridgingTLS
BridgingTLS
I enabled TLS and my Bridge Client does not connect

By default Chariot comes with an empty truststore file clientcerts.jks which overrides the JVM cacerts truststore. If TLS is enabled, the following lines will need to be removed from the <Chariot_install_directory>/conf/com.cirruslink.chariot.system config file:

  • trustStoreFile="security/clientcerts.jks"
  • trustStorePassword="secretpassword"

If the signer of the SSL/TLS cert installed on the remote MQTT Server is an external, commercial CA (e.g., DigiCert) the bridge client should successfully connect over TLS once you update the config file and restart Chariot.

If the signer of the SSL/TLS cert installed on the remote MQTT Server is an internal, non-commercial, you will need to add your Root CA cert to the JVMs cacerts trust store and restart Chariot.

Anchor
InstallErrors
InstallErrors
I am getting an error "....yajsw\bat\..\tmp file does not exist" when attempting to installing or upgrade Chariot

...