Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log errors from ranch:handshake #11176

Merged
merged 1 commit into from
May 7, 2024
Merged

Log errors from ranch:handshake #11176

merged 1 commit into from
May 7, 2024

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
@michaelklishin michaelklishin merged commit e96d100 into main May 7, 2024
18 checks passed
@michaelklishin michaelklishin deleted the rabbitmq-server-11171 branch May 7, 2024 04:55
@michaelklishin michaelklishin added this to the 4.0.0 milestone May 7, 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
3 participants