Added tls1.3 support to es opendistro

This commit is contained in:
Ivan Panteleev 2021-05-12 13:14:24 +03:00
parent 7d247d1ac9
commit ddc3575157

View File

@ -108,7 +108,7 @@ if tls:
'pemkey_filepath': 'http-key.pem',
'pemtrustedcas_filepath': 'http-ca.pem',
'clientauth_mode': tls_http.get('clientauth_mode', 'OPTIONAL'),
'enabled_protocols': ["TLSv1.2"]
'enabled_protocols': ["TLSv1.2","TLSv1.3"]
},
'transport': {
'enabled': tls_transport.get('enabled', tls_enabled),