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(
↧