Problem with Leaf.xNet and ZennoPoster

zactyson64

Client
Регистрация
18.03.2019
Сообщения
43
Благодарностей
3
Баллы
8
Hello, I'm trying to randomize my SSL fingerprint with requests using Leaf.xNet in ZennoPoster but it's not working as indented even though the same code works perfectly fine in Visual Studio, here's the code I'm using
C#:
var req = new Leaf.xNet.HttpRequest();
var SslProvider = req.SslProvider<BouncyCastleSslProvider>();
SslProvider.ShuffleCipherSuites();
return req.Get("https://check.ja3.zone/");
The error I'm getting is:
Executing action CSharp OwnCode.id: 6a0dd039-170b-4725-8ddd-af2a53911bdd Unable to establish SSL-connection with HTTP-server 'check.ja3.zone'.
-
I have added all the DLL files necessary for correct execution but the request is not going through. I would like if someone who knows more than me about this to help me out since it's very frustrating to have it work perfectly in Visual Studio and not in ZennoPoster
 

zactyson64

Client
Регистрация
18.03.2019
Сообщения
43
Благодарностей
3
Баллы
8

zactyson64

Client
Регистрация
18.03.2019
Сообщения
43
Благодарностей
3
Баллы
8
Just tested with ZennoPoster V5 and it works.. the problem is a bug in V7 only
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)