doc: Document that ssl_ciphers does not affect TLS 1.3 TLS 1.3 uses a different way of specifying ciphers and a different OpenSSL API. PostgreSQL currently does not support setting those ciphers. For now, just document this. In the future, support for this might be added somehow.
Reviewed-by: Jonathan S. Katz <[email protected]> Reviewed-by: Tom Lane <[email protected]> Branch ------ REL9_5_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/77033aa97af75802dcf4985b86c4555c9722c348 Modified Files -------------- doc/src/sgml/config.sgml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-)
