ShadowsocksR-Live / shadowsocksr-native

翻墙 从容穿越党国敏感日 ShadowsocksR (SSRoT) native implementation for all platforms, GFW terminator
https://github.com/ShadowsocksR-Live/shadowsocksr-native/wiki
GNU General Public License v3.0
2.74k stars 763 forks source link

ssr-cilent 报错junk in handshake #115

Closed FeverKing closed 4 years ago

FeverKing commented 4 years ago

Please answer these questions before submitting your issue. Thanks!

What version of shadowsocks-native are you using?

What operating system are you using?

What did you do?

What did you expect to see?

What did you see instead?

What is your config in detail (with all sensitive info masked)?

{
    "password": "***",
    "method": "chacha20-ietf",
    "protocol": "auth_chain_f",
    "protocol_param": "",
    "obfs": "tls1.2_ticket_auth",
    "obfs_param": "",

    "udp": false,
    "timeout": 300,

    "server_settings": {
        "listen_address": "0.0.0.0",
        "listen_port": 14775
    },

    "client_settings": {
        "server": "***",
        "server_port": 22548,
        "listen_address": "0.0.0.0",
        "listen_port": 1080
    },

    "over_tls_settings": {
        "enable": true,
        "server_domain": "wifikiller.live",
        "path": "/4qiHZCmMVzdruz2r8Ms2/",
        "root_cert_file": ""
    }
}
ssrlive commented 4 years ago

https://github.com/ShadowsocksR-Live/shadowsocksr-native/issues/102#issuecomment-574146799