This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 507
TLS Handshake Failure #609
Comments
How should this error be handled? |
When it happens, instead of printing it out to the console, a Then, inside the user's code it could be caught and treated the way he/she prefers:
By the way, thank you so much for the library! |
would you mind sending a PR? |
Will do! Thanks. |
mcollina
added a commit
that referenced
this issue
May 2, 2017
Created clientError event (fixes #609)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After the TLS certificate used by the broker expired,
mosca
started to not treat the following error properly when a client attempts to connect:The broker does not crash, however it prints the message out at every new connection attempt.
Ater renewing the certificate, it stopped.
The text was updated successfully, but these errors were encountered: