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

do_tls_init_package: Assertion `result' failed. #131

Closed zeus911 closed 4 years ago

zeus911 commented 4 years ago

ssr-server: /root/shadowsocksr-native/src/server/server.c:993: do_tls_init_package: Assertion `result' failed.

when me connect server show top error.

server exit.

ssrlive commented 4 years ago

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

zeus911 commented 4 years ago

CentOS Linux release 7.7.1908 (Core)

i used Deploy server and source compiled all show same error.

ssrlive commented 4 years ago

I mean this file

zeus911 commented 4 years ago

{ "password": "j83nYJGyFcu", "method": "aes-128-ctr", "protocol": "auth_aes128_md5", "protocol_param": "", "obfs": "tls1.2_ticket_auth", "obfs_param": "",

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

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

"client_settings": {
    "server": "170.105.24.193",
    "server_port": 443,
    "listen_address": "0.0.0.0",
    "listen_port": 1080
},

"over_tls_settings": {
    "enable": true,
    "server_domain": "sslgso.gad",
    "path": "/baidu.com/",
    "root_cert_file": ""
}

}

ssrlive commented 4 years ago

I just tested using the udp branch and found no problems.

image

ssrlive commented 4 years ago

After many tests, we found no problems.