Where does cpprestsdk
look for certificates on macOS/Linux?
Currently, I get an TLS handshake error, despite valid root certificates being present in the system store.
Curl makes use of /etc/ssl/cert.pem
. Does the same apply to cpprestsdk
, and if so, where can I look it up for reference?