You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What exactly I have to set at my mqtt paho client to enable a ssl connection to my broker?
I'm very confused and the documentation doesn't help me.
There are trust_store, key_store, private_key, ca_path .
All together confuses me.
What is necessary? What is optional?
Which files I have to set there?
T
The text was updated successfully, but these errors were encountered:
Hi Folks,
my broker has a
ca.crt
server.crt
server.key
Further I have a client.crt and client.key.
What exactly I have to set at my mqtt paho client to enable a ssl connection to my broker?
I'm very confused and the documentation doesn't help me.
There are trust_store, key_store, private_key, ca_path .
All together confuses me.
What is necessary? What is optional?
Which files I have to set there?
T
The text was updated successfully, but these errors were encountered: