shadowsocksr-backup / shadowsocksr

Python port of ShadowsocksR
Apache License 2.0
6.12k stars 3.15k forks source link

method none not supported #17

Open dark-wind opened 6 years ago

dark-wind commented 6 years ago

ssr的加密方式为none (这个意思是没加密?),命令行运行发现不识别

$ python local.py -c dark/shadowsocksr.json
INFO: loading config from dark/shadowsocksr.json
2018-01-24 18:03:19 ERROR    method none not supported

shadowsocksr.json的配置如下:

{
  "server": "xx.xxxxxd.xyz",
  "local_address": "127.0.0.1",
  "local_port": 1080,
  "method": "none",
  "obfs": "tls1.2_ticket_auth",
  "obfsparam": "",
  "password": "pass",
  "server_port": 443,
  "protocol": "auth_chain_a",
  "remark": ""
}

shadowsocksr的版本为 shadowsocks-2.8.2

_ _20180124181053

xu-song commented 6 years ago

+1

ERROR method none not supported

xiao7cn commented 6 years ago

+1

tyaqing commented 6 years ago

+1

cswwp commented 5 years ago

Anyone help?

hnhbwlp commented 4 years ago

+1

lx70770 commented 4 years ago

+1 help help

huichardou commented 4 years ago

+1

wangyinggo commented 4 years ago

+1

NeverLanded commented 3 years ago

+1 csharp版本的支持none加密方式,python版本不支持