You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using an EC certificate with the secp521r1 curve for the xDS gRPC interface, the TLS handshake fails because Envoy does not advertise secp521r1 in the signature_algorithms extension, due to BoringSSL’s default settings.
Please add support for the secp521r1 signature algorithm to enable compatibility for this use case.