masroore / CurlSharp

CurlSharp - .Net binding and object-oriented wrapper for libcurl.
BSD 3-Clause "New" or "Revised" License
182 stars 71 forks source link

Error "SslCaCert" all https site #15

Closed tablesmit closed 8 years ago

tablesmit commented 8 years ago

Error "SslCaCert" all https site sample site https://www.google.com/ https://www.whatismyreferer.com/ https://www.facebook.com/

zeus2198 commented 8 years ago

Do this before .Perform() function(assuming that object name is easy) -- easy.SslVerifyPeer = false;

tablesmit commented 8 years ago

Thank you so much BroZeus