diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 1f0e0fc1fb..12a9e28018 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -1433,7 +1433,10 @@ include_dir 'conf.d'
The default is TLSv1.2, which satisfies industry
- best practices as of this writing.
+ best practices as of
+ RFC 8996
+ which deprecates TLSv1 and
+ TLSv1.1.
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index be674fbaa9..d701421ca2 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -1811,7 +1811,10 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
version of OpenSSL used, older versions
not supporting the most modern protocol versions. If not specified,
the default is TLSv1.2, which satisfies industry
- best practices as of this writing.
+ best practices as of
+ RFC 8996
+ which deprecates TLSv1 and
+ TLSv1.1.