pub async fn connect_tls_upstream( host: &str, addr: &str, ) -> Result<TlsStream<TcpStream>>
Connect to an upstream server over TLS and return the stream.