We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per Michael Penick: go-auth-secure.go
passwd := "cassandra" config := &tls.Config{ InsecureSkipVerify: false,
false is the default so this doesn't need to be set. Here's one recommended way of specifying TLS in the go grpc client: https://github.com/grpc/grpc-go/blob/master/Documentation/grpc-auth-support.md#enabling-tls-on-a-grpc-client
So, I need to research and fix this example.
The text was updated successfully, but these errors were encountered:
polandll
No branches or pull requests
Per Michael Penick:
go-auth-secure.go
false is the default so this doesn't need to be set. Here's one recommended way of specifying TLS in the go grpc client: https://github.com/grpc/grpc-go/blob/master/Documentation/grpc-auth-support.md#enabling-tls-on-a-grpc-client
So, I need to research and fix this example.
The text was updated successfully, but these errors were encountered: