Uh oh!
There was an error while loading. Please reload this page.
added option to request, require and verify client certificates - #48
added option to request, require and verify client certificates#48SierraGolf wants to merge 1 commit into
Conversation
SierraGolf
commented
Sep 27, 2017
@c3s4r can you have a look at this? |
c3s4r
commented
Sep 27, 2017
Hi @SierraGolf, thanks for the PR. I haven't had a chance to review it (on vacations now), but I'll take a look early next week. |
c3s4r
commented
Oct 2, 2017
Hi @SierraGolf, the PR looks good, the only missing piece is a test with |
SierraGolf
commented
Oct 5, 2017
I think a test similar to this one would make sense: However, the test currently cannot assert on the properties of the credentials object, so we would need to spy on this somehow. Not sure what is the best approach to do that. |
c3s4r
commented
Oct 5, 2017
Ok, thanks. I'll take a look hopefully during next week. |
SierraGolf
commented
Jun 6, 2018
any chance this will get merged and released? |
currently the framework does not support the 3rd parameter
checkClientCertificateof thegrpc.ServerCredentials.createSslfunction. this pull request adds support for it.