Use case: A user runs Relay and wants to connect to sentry.io through a proxy.
Currently certificates are compiled in because we use reqwest with the native-tls-vendored feature. But we could add a config option that points to a self-signed "upstream certificate", and load that via https://docs.rs/reqwest/latest/reqwest/struct.ClientBuilder.html#method.add_root_certificate.