psiphond doesn't work with go 1.23.2-1
had to downgrade to 1.22.6-1
.
panic: tls.ConnectionState doesn't match
goroutine 1 [running]:
github.com/Psiphon-Labs/psiphon-tunnel-core/vendor/github.com/Psiphon-Labs/psiphon-tls.init.0()
github.com/Psiphon-Labs/psiphon-tunnel-core/vendor/github.com/Psiphon-Labs/psiphon-tls/unsafe.go:42 +0x94
Pinned Comments
gilcu3 commented on 2022-09-30 09:29 (UTC)
@eNV25 A workaround without installing go1.18 could be to disable
quic-go
with the build tagPSIPHON_DISABLE_QUIC
, support was added here