Re: Dropping support for old versions of SSL and TLS in HAProxy and Gorouter
Shannon Coen
Doesn't sound like there's any issue with our dropping support for old
toggle quoted message
Show quoted text
versions of TLS so we will proceed. We'll also be changing the default ciphers in both HAProxy and Gorouter to the following two, deemed most secure by our security team: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Operators may maintain support for additional ciphers using manifest properties router.cipher_suites and ha_proxy.ssl_ciphers. Please let us know if this change poses a problem for you. Thank you, Shannon Coen Product Manager, Cloud Foundry Pivotal, Inc.
On Thu, Feb 2, 2017 at 11:09 AM, Shannon Coen <scoen(a)pivotal.io> wrote:
When TLS is enabled on Gorouter (router.enable_ssl: true; false by |
|