ginuerzh / gost

GO Simple Tunnel - a simple tunnel written in golang
MIT License
15.48k stars 2.43k forks source link

Obfs4: `handshake: ntor AUTH mismatch:` #841

Closed P-PPPP closed 1 year ago

P-PPPP commented 2 years ago

Same occured in https://github.com/ooni/probe/issues/1986#issuecomment-1030096482 Reason: Upstream(yawning replacing the elligator2 implementation) lead to the mismatch Logs:

2022/05/26 13:38:46 http.go:161: [http] 127.0.0.1:60960 -> auto://:8888 -> ip.sb:80
2022/05/26 13:38:46 http.go:251: [route] 127.0.0.1:60960 -> auto://:8888 -> 1@obfs4://195.15.241.58:36549 -> ip.sb:80
2022/05/26 13:38:47 http.go:272: [http] 127.0.0.1:60960 -> 127.0.0.1:8888 : handshake: ntor AUTH mismatch: Derived: fb143a8e5e15c0c1c39feb227e0e2f6ea41cc57d9b81f9496f76cadc83e7a4f4 Received:b14afa78de298ed8b09a6c8b49c11a93f563bc82ff7b4fe1a5098f2a4eff348b.
P-PPPP commented 2 years ago

I've Created a Pr https://github.com/ginuerzh/gost/pull/842