Hi all, I want to bridge 2 brokers install on 2 devices through TLS. I will set up a bridge in device 1 and I change the setting in file emqx_bridge_mqtt.conf below:
bridge.mqtt.aws.address = <host>:8883
bridge.mqtt.aws.bridge_mode = true
bridge.mqtt.aws.ssl = on
Hi all, I want to bridge 2 brokers install on 2 devices through TLS. I will set up a bridge in device 1 and I change the setting in file emqx_bridge_mqtt.conf below:
After that, I comment on the certificate:
Suprise, It runs normally without the certificates file above. I don't understand about setting up a bridge with TLS. Thanks!