Hello,

Is it possible to have a ruby grpc server request and require a client 
certificate but not verify it? We have application logic that verifies the 
client certificate in other ways and so don't have a CA signing all the 
client certificates.

In C++, it looks like you can 
set GRPC_SSL_REQUEST_AND_REQUIRE_CLIENT_CERTIFICATE_BUT_DONT_VERIFY 
on grpc::SslServerCredentialsOptions, but that doesn't seem to be exposed 
in ruby.

On a related note, is it possible for the client (this time C++) to not 
verify the server certificate? I didn't find any obvious flags that I could 
set on grpc::SslCredentialsOptions (which is used to create the 
ChannelCredentials).

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/226689ff-fee4-4625-b9d8-06a793e468b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to