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
This is the intent to remove remaining SHA-1 cipher suites (i.e. ECDHE-ECDSA-AES128-SHA, ECDHE-RSA-AES128-SHA, ECDHE-ECDSA-AES256-SHA and ECDHE-RSA-AES256-SHA) from the default cipher suites on the client-side.
This change will affect your deployment if it's using default cipher suites (i.e. not configuring cipher_suites) and it's making outgoing connections using those cipher suites:
PiotrSikora
changed the title
Deprecate SHA-1 cipher suites on the client-side
Remove SHA-1 cipher suites from the defaults on the client-side
Jan 3, 2019
This is the intent to remove remaining SHA-1 cipher suites (i.e.
ECDHE-ECDSA-AES128-SHA
,ECDHE-RSA-AES128-SHA
,ECDHE-ECDSA-AES256-SHA
andECDHE-RSA-AES256-SHA
) from the default cipher suites on the client-side.This change will affect your deployment if it's using default cipher suites (i.e. not configuring
cipher_suites
) and it's making outgoing connections using those cipher suites:(This works only with Envoy v1.9.0 and newer)
ETA: 1.12 (i.e. ~late 2019)
The text was updated successfully, but these errors were encountered: