mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 15:35:55 -04:00
atls: add nextProtos
nextProtos (for ALPN) is now required by gRPC, so add it.
This commit is contained in:
parent
54de6a5084
commit
ddd3e29595
@ -42,6 +42,7 @@ func CreateAttestationServerTLSConfig(issuer Issuer, validators []Validator) (*t
|
||||
|
||||
return &tls.Config{
|
||||
GetConfigForClient: getConfigForClient,
|
||||
NextProtos: []string{"h2"},
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user