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
服务端:shadowsocks-libev 3.3.2 客户端:shadowsocks-windows 4.171
服务端:centos7 客户端:win10
正确填写配置→选择目标服务器→确认
[2019-10-16 12:31:53] connect to duckduckgo.com:443 [2019-10-16 12:31:53] Socket connected to ss server: xxxxx
[2019-10-16 12:32:57] connect to duckduckgo.com:443 [2019-10-16 12:32:57] Socket connected to ss server: xxxxx [2019-10-16 12:32:58] [E] decryption error
服务端配置: { "server":["[::0]","0.0.0.0"], "server_port": 2052, "local_port": 1080, "password": "xxxxxx", "timeout": 1000, "method": "chacha20-ietf-poly1305", "fast_open": false, "plugin":"obfs-server", "plugin_opts":"obfs=http" } 客户端配置
如果我把图中域名换成vps的ip就能正常连接使用,只要用域名,不论开不开cdn都会一直报decryption error。 不知道这是什么问题,请大佬们帮忙看看。
The text was updated successfully, but these errors were encountered:
你好,这是插件的配置问题,请参阅:shadowsocks/simple-obfs#245
Sorry, something went wrong.
抱歉抱歉,是我自己不仔细!!!这个主题我关闭了!感谢帮忙!
No branches or pull requests
Shadowsocks version / 影梭版本
服务端:shadowsocks-libev 3.3.2
客户端:shadowsocks-windows 4.171
Environment (Operating system, .NET Framework, etc) / 使用环境(操作系统,.NET Framework等)
服务端:centos7
客户端:win10
Steps you have tried / 操作步骤
正确填写配置→选择目标服务器→确认
What did you expect to see? / 期望的结果
[2019-10-16 12:31:53] connect to duckduckgo.com:443
[2019-10-16 12:31:53] Socket connected to ss server: xxxxx
What did you see instead? / 实际结果
[2019-10-16 12:32:57] connect to duckduckgo.com:443
[2019-10-16 12:32:57] Socket connected to ss server: xxxxx
[2019-10-16 12:32:58] [E] decryption error
Config and error log in detail (with all sensitive info masked) / 配置文件和日志文件(请隐去敏感信息)
服务端配置:
{
"server":["[::0]","0.0.0.0"],
"server_port": 2052,
"local_port": 1080,
"password": "xxxxxx",
"timeout": 1000,
"method": "chacha20-ietf-poly1305",
"fast_open": false,
"plugin":"obfs-server",
"plugin_opts":"obfs=http"
}
客户端配置
如果我把图中域名换成vps的ip就能正常连接使用,只要用域名,不论开不开cdn都会一直报decryption error。
不知道这是什么问题,请大佬们帮忙看看。
The text was updated successfully, but these errors were encountered: