Search found 3 matches

by levitmic
Tue Jan 17, 2023 4:12 pm
Forum: Technical questions
Topic: WebClient Ssl/Tls error
Replies: 4
Views: 2963

Re: WebClient Ssl/Tls error

Admin wrote:Could you send us a test example (original EXE+required DLLs +VMP files) that shows your problem?
I can't do it, due to "confidentiality" and url link can't be exposed now.

This code that make a problem...

P.S: POST method to another server with SSL works fine.
by levitmic
Mon Jan 16, 2023 7:21 pm
Forum: Technical questions
Topic: WebClient Ssl/Tls error
Replies: 4
Views: 2963

Re: WebClient Ssl/Tls error

No, I downloaded demo version to test how it's works. Currently I'm on ArmDot.
I need more securely protection.
by levitmic
Mon Jan 16, 2023 2:41 pm
Forum: Technical questions
Topic: WebClient Ssl/Tls error
Replies: 4
Views: 2963

WebClient Ssl/Tls error

have a problem with protecting my soft with VMProtect. url (with redirect)- no secerity, no SSL/TLS (HTML 1.1, http) In Visual Studio I have no Errors (compiled, without protection). WebClient webClient = new WebClient(); webClient.Headers.Add(HttpRequestHeader.UserAgent, Agent); content = await web...