goflyway icon indicating copy to clipboard operation
goflyway copied to clipboard

agent模式不支持tls1.3导致错误

Open koolwiki opened this issue 5 years ago • 1 comments

如题,尝试在cloudflare里面将tls版本设置为1.3,agent模式下(其他模式没测试)会出现错误如下: 2019-03-21 22:28:14.724 CST,main.go:475, WARNING ,"Agent is not safe, don't use it to access your important data" 2019-03-21 22:28:14.724 CST,main.go:416, INFO ,Client 72727e8 started: you->mitm->0.0.0.0:8100->xxxxxxx.tk:443(agent) 2019-03-21 22:28:14.724 CST,main.go:412, INFO ,Web console started at 127.0.0.1:8110 2019-03-21 22:28:21.954 CST,mitm.go:309, ERROR ,"Round trip www.google.com: remote error, tls: protocol version not supported"

现在go1.12发布了,并且支持了tls1.3版,goflyway能更新支持tls1.3吗?

koolwiki avatar Mar 21 '19 14:03 koolwiki

我自己参考其他资料胡乱修改一下编译发现可以了。

koolwiki avatar Apr 09 '19 14:04 koolwiki