strange error with std.net.curl

Mengu via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed May 7 01:07:11 PDT 2014


On Sunday, 4 May 2014 at 16:40:08 UTC, Suliman wrote:
> I am trying to compile next code:
>
> import std.net.curl;
> import std.stdio;
>
> void main()
> {
> 	writeln(get("https://google.com/"));
> }
>
> and got next error 
> http://www.everfall.com/paste/id.php?y37dr6qmu54h

this is related to verifying certificates. see 
http://forum.dlang.org/thread/mailman.357.1384163617.9546.digitalmars-d@puremagic.com


More information about the Digitalmars-d-learn mailing list