After switching to hyper_rustls from hyper input for make_service_fn is changed from AddrStream to acceptor::TlsStream which is not exposed as public API and doesn't have remote_addr function from the original struct, is there any way to get address of current connection/stream?