Re: [grpc-io] Java client get server TLS certificate from a StreamObserver connection.

2017-09-05 Thread 'Eric Anderson' via grpc.io
On Tue, Sep 5, 2017 at 1:07 PM, wrote: > Is there a means for the client to obtain the certificate bytes from the > TLS negotiation that was sent by the server ? The reason I ask, to avoid a > replay security scenario the idea is for the client to hash this and send > it back with requests. > T

[grpc-io] Java client get server TLS certificate from a StreamObserver connection.

2017-09-05 Thread cr22rc
Hi Is there a means for the client to obtain the certificate bytes from the TLS negotiation that was sent by the server ? The reason I ask, to avoid a replay security scenario the idea is for the client to hash this and send it back with requests. I honestly don't know the details of this but j