When starting v2ray, it panics on startup. Steps to reproduce Start v2ray with 'service v2ray start' Actual Results v2ray crashes with the following error message 'panic: qtls.ClientHelloInfo doesn't match' Expected Results v2ray starts normally.
(In reply to August M.H. from comment #0) Which version of FreeBSD, exactly? Packages from latest, or quarterly? freebsd-version -kru ; uname -aKU pkg -vv | grep -e url -e enabled -e priority ---- A general hint, for the future: at the FreshPorts page for a port, the second of the two bug icons should place the required prefix (in this case: net/v2ray) in the summary line of a new bug report.
Hi I am seeing this too. System info: 13.1-RELEASE-p3 13.1-RELEASE-p3 13.1-RELEASE-p5 FreeBSD freebsd.asus 13.1-RELEASE-p3 FreeBSD 13.1-RELEASE-p3 GENERIC amd64 1301000 1301000 url : "pkg+http://mirrors.ustc.edu.cn/freebsd-pkg/FreeBSD:13:amd64/latest", enabled : yes, priority : 0, v2ray info: v2ray-4.36.2_7 from pkg.
This is probably due to version conflict. The qtls-go that v2ray depends on requires go-1.15, while go version in the ports is go-1.20.
Is it still relevant?