diff --git a/credentials/credentials.go b/credentials/credentials.go index eb8b90e0..63c42a29 100644 --- a/credentials/credentials.go +++ b/credentials/credentials.go @@ -54,7 +54,7 @@ import ( var ( // alpnProtoStr are the specified application level protocols for gRPC. - alpnProtoStr = []string{"h2-14", "h2-15", "h2-16"} + alpnProtoStr = []string{"h2", "h2-14", "h2-15", "h2-16"} ) // Credentials defines the common interface all supported credentials must