Re: strange error with std.net.curl
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 cert
strange error with std.net.curl
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