Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
I m trying to establish the secure connection between mqtt Broker and Thingworx mqtt template(mqtt sub/pub).
For secure connection i have done following steps.
1. Configure MQTT broker with SSL configuration.
2. Click Enable in Thingsworx MQTT template for "useSSL"
But still i am not able to create secure connection.
Am I missing any configuration for secure connection?
Hi Ajay Agrawal,
I would suggest you to check following Blog for same: Securing MQTT connection to Thingworx platform
Hi Ankit gupta
Thanks for reply.
- we are able to establish the secure connection on command line MQTT broker and MQTT client.
-My requirement is to securely connect the MQTT broker with the MQTT template on Thingworx(which will act as a MQTT sub/pub).
Hi pai Chung,
Thanks for your reply.
- Non secure connection we are able to establish,and that is working fine for me also.
- When we are trying to connect the MQTT broker with the thingworx template(MQTT sub/pub), Mqtt connection getting refused.