httpx.ReadError is raised with httpx async api when requesting certain insecure ssl website #1842
Answered
by
heroesm
heroesm
asked this question in
Potential Issue
-
How to reproduce:Environment
Script
ExpectedSSL error is ignored; response got successfully. Actual
ComparisonWith requests we can get response successfully:
With httpx sync api we can also get response successfully:
|
Beta Was this translation helpful? Give feedback.
Answered by
heroesm
Oct 17, 2021
Replies: 2 comments 7 replies
-
Is it httpx issue or anyio issue? I'm not familiar with anyio. |
Beta Was this translation helpful? Give feedback.
7 replies
-
Resolved via |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
heroesm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#1896
agronholm/anyio#379
Resolved via
pip install -U 'anyio>=3.3.4'