Replies: 3 comments 1 reply
-
You did not specify whether the client or the server throw this exception. I had the same exception message thrown in the ManagedClient. |
Beta Was this translation helpful? Give feedback.
-
.WithTls(p => |
Beta Was this translation helpful? Give feedback.
-
I've been using this X509ChainValidator.cs that allows to validate that the TLS certificate chains to a configurable root. (As many other MqttClients with a |
Beta Was this translation helpful? Give feedback.
-
In my MQTT broker when active TLS 1.2 client cant connect to borker and get this exception
Note : I use self-signed certificate generated by openssl
Broker code
ConfigCertificate.GetCertificate method code(Its okay and return certificate)
MQTT client code
ConfigCertificate.GetCrtCertificate ( Its okay and return certificate )
Why client get this error ?
How can fix and client connect to broker?
Which project is your question related to?
Beta Was this translation helpful? Give feedback.
All reactions