From 2182925e92bc58ec4579c5b1e63377dcf5c6ae37 Mon Sep 17 00:00:00 2001 From: Austin Bonander Date: Thu, 20 Jan 2022 14:47:59 -0800 Subject: [PATCH] faq: "obvious" -> "ideal" --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 553dae71e4..7778c55a1d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -35,7 +35,7 @@ a secure connection. Check the supported TLS versions for the database server version you're running. If it does not support TLS 1.2 or greater, then you likely will not be able to connect to it with RusTLS. -The obvious solution, of course, is to upgrade your database server to a version that supports at least TLS 1.2. +The ideal solution, of course, is to upgrade your database server to a version that supports at least TLS 1.2. * MySQL: [has supported TLS 1.2 since 5.6.46](https://dev.mysql.com/doc/refman/5.6/en/encrypted-connection-protocols-ciphers.html#encrypted-connection-supported-protocols). * PostgreSQL: depends on the system OpenSSL version.