I've been using the rustls crate in iamb, but it doesn't currently load locally installed certificates. I can use the rustls_native_certs crate to take care of that.
Additionally, I should probably add a feature to support compiling with OpenSSL instead, since I assume it probably handles locally installed certs in a way people are more used to.