[Issue 9737] std.net.curl and SSL - documentation missing
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 13 02:18:54 PST 2013
https://d.puremagic.com/issues/show_bug.cgi?id=9737
--- Comment #9 from Jacob Carlborg <doob at me.com> 2013-11-13 02:18:40 PST ---
(In reply to comment #8)
> I see the certificate bundle file (and the scripts to regenerate it) are
> installed by dmd in the ./dmd2/windows folder
> It seems that the file is not picked automatically by libcurl even if I copy it
> along the EXE (tried with ca-bundle.crt and curl-ca-bundle.crt). So on Windows
> would be optimal if std.net.curl would set automatically the option, if the
> ca-bundle.crt is in the same folder as the EXE (or make this configurable).
> Then the documentation should specify that you need to deliver with your EXE
> the dlang/dmd2/windows/ca-bundle.crt
Can't we build one in, into Phobos using import("ca-bundle.crt");?
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list