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
97号错误 curl: (97) Unable to receive initial SOCKS5 response. 如果没开ssr报的是7号
The text was updated successfully, but these errors were encountered:
节点问题这应该是,curl连不上socks5代理,换个节点试试
Sorry, something went wrong.
'7'=>'CURLE_COULDNT_CONNECT (7) – 无法通过 connect() 连接至主机或代理服务器,7号错误是因为你没有开启代理,但是你在终端设置了socks5代理,所以会报这个错
我发现ssr-cli不知道为什么无法找到libcrypto,并且报错FileNotFoundError: [Errno 2] No such file or directory: b'liblibcrypto.a'.
libcrypto
FileNotFoundError: [Errno 2] No such file or directory: b'liblibcrypto.a'
可以通过如下方式解决这个问题:
cd /usr/lib/x86_64-linux-gnu ln -s -f libcrypto.a liblibcrypto.a
No branches or pull requests
97号错误
curl: (97) Unable to receive initial SOCKS5 response.
如果没开ssr报的是7号
The text was updated successfully, but these errors were encountered: