Skip to content

Conversation

@lukebakken
Copy link
Collaborator

Fixes #11171

An MQTT user encountered TLS handshake timeouts with their IoT device, and the actual error from ssl:handshake / ranch:handshake was not caught and logged.

At this time, ranch uses exit(normal) in the case of timeouts, but that should change in the future
(ninenines/ranch#336)

Fixes #11171

An MQTT user encountered TLS handshake timeouts with their IoT device,
and the actual error from `ssl:handshake` / `ranch:handshake` was not
caught and logged.

At this time, `ranch` uses `exit(normal)` in the case of timeouts, but
that should change in the future
(ninenines/ranch#336)
@lukebakken lukebakken self-assigned this May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Log tls handshake timeouts

4 participants