Re: [grpc-io] Node - Access to TLS client certificate server side

2019-11-19 Thread 'Michael Lumish' via grpc.io
Currently this feature is not available in the Node library. There is an open PR working towards implementing it ( https://github.com/grpc/grpc-node/pull/508), but it is not complete and that work has not been prioritized recently. On Wed, Nov 6, 2019 at 1:59 AM wrote: > Hi All, > > I would like

[grpc-io] Node - Access to TLS client certificate server side

2019-11-06 Thread chris
Hi All, I would like to be able to identify the client calling my gRPC server and potentially perform additional validation based on the certificate used by the client. This doesn't seem to be possible using the grpc node module. I found a similar issue that seems to have been addressed for t