v2rayNG icon indicating copy to clipboard operation
v2rayNG copied to clipboard

disable tls1.0 and tls1.1

Open JohnGooler opened this issue 1 year ago • 7 comments

Hi, when v2RayNG try to connect to server, its start with tls1.0 client hello.
how can i disable tls1.0 and tls1.1 in v2RayNG? or force it to use tls1.2 and tls1.3?

regards 在提出问题前请先自行排除服务器端问题,同时也请通过搜索确认是否有人提出过相同问题。

预期行为

描述你认为应该发生什么

实际行为

描述实际发生了什么

复现方法

日志信息

通过adb logcat -s com.v2ray.ang GoLog V2rayConfigUtilGoLog Main获取日志。请自行删减日志中可能出现的敏感信息。

如果问题可重现,建议先执行adb logcat -c清空系统日志再执行上述命令,再操作重现问题。

在这里粘贴日志

环境信息

额外信息(可选)

JohnGooler avatar Oct 06 '22 07:10 JohnGooler

کد فعال سازی لطفاً

Meissamomidi avatar Oct 06 '22 23:10 Meissamomidi

Hi Have a same issue with some device.

JohnSirous avatar Oct 07 '22 09:10 JohnSirous

Same problem...

Mehranpc avatar Oct 07 '22 14:10 Mehranpc

You have to tell them you want an explicit TLS v1.3 for everything (subscription update, server testing and connection) setting in the UI.

OnceUponATimeInAmerica avatar Oct 10 '22 11:10 OnceUponATimeInAmerica

You have to tell them you want an explicit TLS v1.3 for everything (subscription update, server testing and connection) setting in the UI.

Exactly

Mehranpc avatar Oct 10 '22 15:10 Mehranpc

This is most probably a TLS fingerprinting-based blocking. One workaround which I found, for vmess+ws+tls servers is to enable "browser forwarding" option in the v2ray-core client. I don't know if the option is exposed in v2rayNG but I have set and successfully used it in the Matsuri (SagerNet fork) client. Cheers.

OnceUponATimeInAmerica avatar Oct 11 '22 04:10 OnceUponATimeInAmerica

This is most probably a TLS fingerprinting-based blocking. One workaround which I found, for vmess+ws+tls servers is to enable "browser forwarding" option in the v2ray-core client. I don't know if the option is exposed in v2rayNG but I have set and successfully used it in the Matsuri (SagerNet fork) client. Cheers.

Thanks for your advice. i added "useBrowserForwarding": true, but not solved the problem on android

JohnSirous avatar Oct 11 '22 08:10 JohnSirous