On Wednesday, 3 April 2013 at 07:32:27 UTC, Rainer Schuetze wrote:
PS: the win32 curl libraries don't seem to support https. Is this correct or do they need some special setup?

http://d.puremagic.com/issues/show_bug.cgi?id=9737

SSL usage example:
-----
auto http = HTTP();

// Set the CA certificate bundle file to use for SSL peer verification
// To dowload this file (or generate it yourself) see
http://curl.haxx.se/docs/caextract.html
//  or D\dmd2\windows\mk-ca-bundle.vbs
// For more information about SSL peer verification see
http://curl.haxx.se/docs/sslcerts.html
http.caInfo("cacert.pem");

Reply via email to