pub fn tls_acceptor_from_base64( cert_base64: &str, privkey_base64: &str, h1: bool, h2: bool, ) -> Result<TlsAcceptor, Box<dyn Error + Send + Sync>>