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

Handle mapping ssl.SSLError to httpcore.ConnectError. #918

Merged

Conversation

DouglasBlackwood
Copy link
Contributor

Summary

Fixes #917

Checklist

  • I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.

@tomchristie tomchristie merged commit e987df2 into encode:master Jun 6, 2024
5 checks passed
@tomchristie tomchristie changed the title Handle SSLError Handle mapping ssl.SSLError to httpcore.ConnectError. Sep 27, 2024
@tomchristie tomchristie mentioned this pull request Sep 27, 2024
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 1, 2024
##### [`v1.0.6](https://github.com/encode/httpcore/blob/HEAD/CHANGELOG.md#Version-106-October-1st-2024)

-   Relax `trio` dependency pinning. ([#956](encode/httpcore#956))
-   Handle `trio` raising `NotImplementedError` on unsupported platforms. ([#955](encode/httpcore#955))
-   Handle mapping `ssl.SSLError` to `httpcore.ConnectError`. ([#918](encode/httpcore#918))
github-merge-queue bot pushed a commit to zemn-me/monorepo that referenced this pull request Oct 1, 2024
##### [`v1.0.6](https://github.com/encode/httpcore/blob/HEAD/CHANGELOG.md#Version-106-October-1st-2024)

-   Relax `trio` dependency pinning. ([#956](encode/httpcore#956))
-   Handle `trio` raising `NotImplementedError` on unsupported platforms. ([#955](encode/httpcore#955))
-   Handle mapping `ssl.SSLError` to `httpcore.ConnectError`. ([#918](encode/httpcore#918))
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.

sslv3 alert handshake failure
3 participants