Disabling SSL Verification on std.net.curl

Jack via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu May 15 21:58:45 PDT 2014


A follow up from : 
http://forum.dlang.org/thread/nsdomtdbqqlylrmgojim@forum.dlang.org

I discovered that it was not a C::B issue as I already compiled 
it with Xamarin Studio and it was still spewing out the error:

std.net.curl.CurlException at std\net\curl.d(3592): problem with the 
SSL CA cert (path? access rights?) on handle 22D3D68

And since I am only using the program by myself for personal 
things, I was thinking of disabling SSL Verification to stop it 
from complaining about the cert.

So how do I do it?


More information about the Digitalmars-d-learn mailing list