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

突然不能用 #47

Open
gipsyh opened this issue Nov 8, 2021 · 3 comments
Open

突然不能用 #47

gipsyh opened this issue Nov 8, 2021 · 3 comments
Labels
question Further information is requested

Comments

@gipsyh
Copy link

gipsyh commented Nov 8, 2021

97号错误
curl: (97) Unable to receive initial SOCKS5 response.
如果没开ssr报的是7号

@TyrantLucifer
Copy link
Owner

节点问题这应该是,curl连不上socks5代理,换个节点试试

@TyrantLucifer
Copy link
Owner

'7'=>'CURLE_COULDNT_CONNECT (7) – 无法通过 connect() 连接至主机或代理服务器,7号错误是因为你没有开启代理,但是你在终端设置了socks5代理,所以会报这个错

@TyrantLucifer TyrantLucifer added the question Further information is requested label Nov 15, 2021
@zezhishao
Copy link

我发现ssr-cli不知道为什么无法找到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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants