Remi.b
0
Q:

restsharp restclient allow nocertificate

//bypass ssl validation check by using RestClient object
var restClient = new RestClient(baseUrl);
restClient.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true;
0

New to Communities?

Join the community