How to fix the error caused by SSL: EOF occurred in violation of protocol 如何修复SSL带来的错误:EOF occurred in violation of protocol #1616
Unanswered
xinlingqudongX
asked this question in
Potential Issue
Replies: 1 comment 1 reply
-
Hiya! 👋 Are you able to share the URL that you're making a request against? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The starting point for issues should usually be a discussion...
https://github.com/encode/httpx/discussions
Possible bugs may be raised as a "Potential Issue" discussion, feature requests may be raised as an "Ideas" discussion. We can then determine if the discussion needs to be escalated into an "Issue" or not.
This will help us ensure that the "Issues" list properly reflects ongoing or needed work on the project.
httpx:0.18.0
我使用httpx访问https协议的网站触发了SSL的错误,我的系统是windows 10,并且使用了系统代理
I use httpx to access the https protocol website triggering an SSL error, my system is windows 10, and the system proxy is used
我使用requests访问网络也遇到了相同的错误,但是我将urllib3更新到指定的版本之后就跳过了错误,但是使用httpx并没有任何改变
I used requests to access the network and encountered the same error, but after I updated urllib3 to the specified version, I skipped the error, but using httpx did not change anything.
我该如何修复这个错误呢?谢谢。
How can I fix this error? Thank you.


Beta Was this translation helpful? Give feedback.
All reactions