How to access https web page using std.net.curl?

acbbad via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Nov 20 04:05:43 PST 2016


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

------------------------------
std.net.curl.CurlException at 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.


More information about the Digitalmars-d-learn mailing list