Set path to ssl ca cert file.
auto rq = Request(); rq.sslSetCaCert("/opt/local/etc/openssl/cert.pem"); auto rs = rq.get("https://localhost:4443/");
See Implementation
Set path to ssl ca cert file.