HTTP Request - error:UNITYTLS_X509VERIFY_NOT_DONE
The Http request spits out this error: Handshake failed - error code: UNITYTLS_INTERNAL_ERROR, verify result: UNITYTLS_X509VERIFY_NOT_DONE
I don't use Unity Web at all, for requests in the RestSharp response I already tried to change the certificate handling
client. RestClient.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) = > true;
I also changed the unity version, but it still didn't help(
Your answer
Follow this Question
Related Questions
Unity returns NULL when I try to send a HTTPS request 1 Answer
WWW class and UnityWebRequest no longer working in Unity 2017.3.0 5 Answers
How to handle UnityWebRequest Errors when throws Curl 28 Error 1 Answer
HTTP GET Method in C# Unity 3D - How to target specific text or header 1 Answer
Memory leak when HttpWebRequest ssl handshake failed. 0 Answers