When I try to connect a client with a grpc TLS enabled server, I always seem to get:
RPC failed: Status{code=UNAVAILABLE, description=Channel closed while performing protocol negotiation, cause=null}
I created this issue about this:
https://github.com/grpc/grpc-java/issues/3991
Which steps to reproduce include this PR:
Can someone look at this and see if I'm missing something? I'm using certs from within the repo. So I'm not sure why this wouldn't work.