[grpc-io] Re: grpc java mutual auth BAD certificate

2018-03-03 Thread cr22rc
I think we made some progress. We've got a case where it worked. There were several issue at play making it difficult to nail down and leading to false theories.. It's a bit preliminary but one issue with a particular JDK not *seeming* to work at all, we think. The other is the client

[grpc-io] Java grpc connection state

2018-03-03 Thread cr22rc
Hi - As a client is there any means of knowing the state of the connection? If I have several endpoints that could service a request is there anything look at the ManagedChannel that would indicate to choose one over the other? -- You received this message because you are subscribed to the

[grpc-io] Re: grpc java mutual auth BAD certificate

2018-03-03 Thread 'Carl Mastrangelo' via grpc.io
One other thing you can try is using Jetty ALPN (See the SECURITY.md file in the grpc-java repo). That would tell you if it is Netty's integration with OpenSSL that is broken. On Saturday, March 3, 2018 at 10:16:08 AM UTC-8, cr2...@gmail.com wrote: > > I think we made some progress. We've got