]> git.feebdaed.xyz Git - 0xmirror/grpc-go.git/commit
credentials/tls: Remove environment variable for disabling ALPN (#8660)
authorArjan Singh Bal <46515553+arjan-bal@users.noreply.github.com>
Tue, 21 Oct 2025 05:14:02 +0000 (10:44 +0530)
committerGitHub <noreply@github.com>
Tue, 21 Oct 2025 05:14:02 +0000 (10:44 +0530)
commit0037c61d300991605f745bba4d145f406c6e392d
tree5ab56bc8d39129a3bccdb17bafdf389b2a3ddc73
parentab1ca08940abb096084208a81f4b7e57e43e11a8
credentials/tls: Remove environment variable for disabling ALPN (#8660)

Related issue: https://github.com/grpc/grpc-go/issues/434

RELEASE NOTES:
* credentials/tls: Remove the `GRPC_ENFORCE_ALPN_ENABLED` environment
variable. ALPN is now enforced by default. Users who must disable ALPN
enforcement can temporarily use the [experimental transport
credentials](https://pkg.go.dev/google.golang.org/grpc@v1.76.0/experimental/credentials).
These experimental credentials will be removed in an upcoming release;
users who depend on them must vendor this version of gRPC or copy the
relevant code into their own codebase.
credentials/tls.go
credentials/tls_ext_test.go
experimental/credentials/tls_ext_test.go
internal/envconfig/envconfig.go