www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - How to access https web page using std.net.curl?

I had tried std.net.curl.get (). However, the following error 
occurs

------------------------------
std.net.curl.CurlException std\net\curl.d(4097): Peer certificate 
cannot be authenticated with given CA certificates on handle 
2175BB8
------------------------------

Guess it seems to be a problem with certificates. Can I get the 
html code of the https site using std.net.curl?

Thank you.
Nov 20 2016