My understanding is that if we want to support https on the client side, we really just need to set the URI to be https. [discussion:639047]
Is it safe to assume that this is using the OS cert store (on all platforms) for cert validation, and is not configurable via the SDK?
We'll probably want to use a self-signed cert for testing, which means that:
Is it safe to assume that this is using the OS cert store (on all platforms) for cert validation, and is not configurable via the SDK?
We'll probably want to use a self-signed cert for testing, which means that:
- We'd need to use the native interfaces to configure OpenSSL [discussion:579967]
, or -
Add the appropriate certs to the OS cert store temporarily.