Hey Everyone,
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 the 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!