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

Don't report non ssl related errors during ssl handshake as fatal in default socket provider #6436

Closed
wants to merge 3 commits into from

Conversation

michael-wb
Copy link
Contributor

What, How & Why?

Starting with the changes made to integrate Platform Networking, the handle ssl handshake was converting any connection or communication failure during ssl certificate negotiation as a "tls handshake failed" fatal error. These changes update the handling of these errors to report a "tls handshake failed" only when the ssl certificate is rejected and uses the "connection failed" non-fatal error for non-tls handshake errors.

Fixes #6434

☑️ ToDos

  • 📝 Changelog update
  • [ ] 🚦 Tests (or not relevant)
  • [ ] C-API, if public C++ API changed.

@michael-wb michael-wb closed this May 2, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't report non ssl related errors as fatal in default socket provider
1 participant