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

这个client能否与shadowsocks server直接通信? #1

Open
sesky4 opened this issue Aug 20, 2016 · 1 comment
Open

这个client能否与shadowsocks server直接通信? #1

sesky4 opened this issue Aug 20, 2016 · 1 comment

Comments

@sesky4
Copy link

sesky4 commented Aug 20, 2016

还是需要自己做加密?

@fengyouchao
Copy link
Owner

不可以直接与shadowsocks server直接通讯,但是可以与shadowsocks client开放的SOCKS5端口通讯, 这样可以使你的Java应用通过SS加密网络进行通讯

sockslib也提供SSL加密传输方案,你只需要通过JDK自带的keytool命令为客户端和服务器生成keystore。这个在README中有提到,客户端使用SSLSocks5, 服务端使用SocksServerBuilder.buildAnonymousSSLSocks5Server

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

No branches or pull requests

2 participants