xenserver / xscontainer

Support for Docker and Container Management
BSD 2-Clause "Simplified" License
25 stars 14 forks source link

CA-293156: Switch the TLS cipher suite to ECDHE-RSA-AES256-GCM-SHA384 #48

Closed robertbreker closed 6 years ago

robertbreker commented 6 years ago

to fix the communication with Windows' Docker integration.

The latest version of Windows' Docker integration has dropped support for AES128-SHA. Of the still supported cipher suites, ECDHE-RSA-AES256-GCM-SHA384 appears to be the safest choice.

Signed-off-by: Robert Breker robert.breker@citrix.com

thomasmck commented 6 years ago

LGTM. Confirmed this cipher works in https://issues.citrite.net/browse/CA-208535.