Google IoT connection MQTT to Node-Red using JWT?

I am using Node-Red and trying to connect to MQTT Broker at mqtt.googleapis.com:8883 using JWT.

I am able to connect via python script but i am not able to connect using Node-Red. The problem is I am using a cryptochip from microchip to generate JWT and by using this JWT i am able to connect using Python script but not using Node-red.

Now what i am doing for Node-Red is, I am generating a JWT using the same python script and saving it in environment variable. And then i am putting this JWT(Environemnt variable) in Node-Red in Password field, but no luck so far...

I am not getting where the problem is. Is this problem lies because of the JWT or there is another problem ?

Thanks a lot!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.