[YSQL] Set default TLS mode to >= 1.2 #10988
Labels
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
pgcm
priority/medium
Medium priority issue
Jira Link: DB-827
Description
The value for ssl_min_protocol_version in the default postgres conf file generated should be to disallow TLS versions less than 1.2. So it should be set to
TLSv1.2
. The current default version in code is TLSv1.TLS 1.2 is supported by openssl since 2012.
TLS 1.3 is supported by openssl since 2018.
@proff4eg @ymahajan
Related: #10987
The text was updated successfully, but these errors were encountered: