SSL_PROTOCOLS_OVERRIDE
: Control SSL / TLS ProtocolsSSL_PROTOCOLS_OVERRIDE
variable lets you customize the SSL Protocols allowed on your Endpoint.
Available protocols depend on your Endpoint platform:
TLSv1 TLSv1.1 TLSv1.2
(default)TLSv1 TLSv1.1 TLSv1.2 PFS
TLSv1.1 TLSv1.2
TLSv1.1 TLSv1.2 PFS
TLSv1.2
TLSv1.2 PFS
TLSv1.2 PFS TLSv1.3
(see note below comparing ciphers to TLSv1.2 PFS
)TLSv1.3
PFS
ensures your Endpoint’s ciphersuites support perfect forward secrecy on TLSv1.2 or earlier. TLSv1.3 natively includes perfect forward secrecy.
Note for TLSv1.2 PFS TLSv1.3
, compared to ciphers for TLSv1.2 PFS
, this adds TLSv1.3
ciphers and omits the following:SSL_CIPHERS_OVERRIDE
: Control ciphersDISABLE_WEAK_CIPHER_SUITES
: an opinionated policy for ELBstrue
(it has to be the exact string true
) causes your Endpoint to stop accepting traffic over the SSLv3
protocol or using the RC4
cipher.
We strongly recommend setting this variable to true
on all ELB Endpoints nowadays. Or, better, yet, upgrade to ALB Endpoints, where that’s the default.
SSL_PROTOCOLS_OVERRIDE
DISABLE_WEAK_CIPHER_SUITES