Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
envconfig: default GRPC_ENFORCE_ALPN_ENABLED to false
CRDB at v1.68.0 fails to communicate with CRDB at v1.56.3 due to this check. This is strange, since CRDB uses gRPC throughout, and in both v1.56.3 and v1.68.0 uses `tls.NewConfig` which ensures that `NextProtos` always contains `h2`. gRPC introduced this check in grpc#7535. See: cockroachdb/cockroach#136278 (comment)
- Loading branch information