Skip to content

Commit

Permalink
atls: add nextProtos
Browse files Browse the repository at this point in the history
nextProtos (for ALPN) is now required by gRPC, so add it.
  • Loading branch information
msanft committed Oct 16, 2024
1 parent 54de6a5 commit ddd3e29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/atls/atls.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func CreateAttestationServerTLSConfig(issuer Issuer, validators []Validator) (*t

return &tls.Config{
GetConfigForClient: getConfigForClient,
NextProtos: []string{"h2"},
}, nil
}

Expand Down

0 comments on commit ddd3e29

Please sign in to comment.