We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
首先是同一个ssr 服务配置,客户端的代理 1080 是可以使用访问 search.yahoo.com 的,但如果我使用 shadowsocksr 的源码 本地端口改为1082,就会出现以下错误
urllib3.exceptions.MaxRetryError: SOCKSHTTPSConnectionPool(host='search.yahoo.com', port=443): Max retries exceeded with url:
(Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1056)')))
不知道什么原因,而且,1082只针对 search.yahoo.com 有这个问题,对于其它的网址是没问题的。
The text was updated successfully, but these errors were encountered:
似乎是 python Requests 的问题
curl --socks5-hostname 127.0.0.1:1082 https://search.yahoo.com/
这样测试是没有问题的
Sorry, something went wrong.
No branches or pull requests
首先是同一个ssr 服务配置,客户端的代理 1080 是可以使用访问 search.yahoo.com 的,但如果我使用 shadowsocksr 的源码 本地端口改为1082,就会出现以下错误
urllib3.exceptions.MaxRetryError: SOCKSHTTPSConnectionPool(host='search.yahoo.com', port=443): Max retries exceeded with url:
(Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1056)')))
不知道什么原因,而且,1082只针对 search.yahoo.com 有这个问题,对于其它的网址是没问题的。
The text was updated successfully, but these errors were encountered: