That seems like the right way to go about it.

Are you running into trouble? what are the errors?

On Thursday, March 29, 2018 at 3:36:59 PM UTC-7, David Audrain wrote:
>
> Hi,
>
> My C++ Client tries to connect my dev server using TLS but connection 
> keeps failing while checking the dev server certificate.
>
> The go version uses the following workaround to skip the verification:
>
>     grpcOpts := []grpc.DialOption{}
>     creds := credentials.NewTLS(&tls.Config{InsecureSkipVerify: *
> insecureSkipVerify})
>     grpcOpts = append(grpcOpts, grpc.WithTransportCredentials(creds))
>
> What is the equivalent with C++ GRPC library?
>
> Should I use *ChannelArguments::SetSslTargetNameOverride* ?
>
> Thank you,
> David
>

-- 
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 grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
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/bf4632d0-b818-4280-a78d-84cbf4951e1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to