Looks like we're facing those issues with the default implementation as well: - https://github.com/hyperium/tonic/issues/243 - https://github.com/hyperium/h2/issues/442 I was able to connect via [grpccurl](https://github.com/fullstorydev/grpcurl), which does not have to seem the issue when specifying the socket: ``` > sudo ./grpcurl -plaintext -unix -protoset cri.protoset cri.sock criapi.RuntimeService.Version ```