-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
Description
This is somewhat obvious, knowing that Go's http2 doesn't work without TLS.
Still, it can be surprising given that grpc exposes grpc.WithInsecure()
. The errors returned in this case are also really not helpful.
This is a pain point for us in CockroachDB, where we want to allow folks to operate the database without provisioning certificates.
glerchundi, ejholmes, c4milo, saintech, ridewindx and 3 more