mytls icon indicating copy to clipboard operation
mytls copied to clipboard

tls: server selected unsupported protocol version 304

Open xualen opened this issue 4 years ago • 1 comments

hello, thanks for this library. i use it to connect some website, but response is error( tls: server selected unsupported protocol version 304) var ja3 = '771,4865-4866-4867-49195-49199-49196-49200-52393-52392-49171-49172-156-157-47-53,0-23-65281-10-11-35-16-5-13-18-51-45-43-27-21,29-23-24,0'; var ua = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36';

xualen avatar Feb 19 '21 03:02 xualen

the problem is here:

https://github.com/zedd3v/mytls/blob/493266ffc8de9e22abd1067776e0a7f7536aeb01/golang/transport.go#L63-L68 https://github.com/zedd3v/mytls/blob/493266ffc8de9e22abd1067776e0a7f7536aeb01/golang/transport.go#L178-L179

I have a fix here:

https://github.com/89z/parse/blob/v1.1.3/ja3/parse.go

89z avatar Sep 11 '21 23:09 89z