async fn fetch_ocsp_response(
client: &Client<HttpsConnector<HttpConnector>, Full<Bytes>>,
chain: &[CertificateDer<'_>],
) -> Result<Option<(Vec<u8>, SystemTime)>>async fn fetch_ocsp_response(
client: &Client<HttpsConnector<HttpConnector>, Full<Bytes>>,
chain: &[CertificateDer<'_>],
) -> Result<Option<(Vec<u8>, SystemTime)>>