We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd65058 commit 2182925Copy full SHA for 2182925
FAQ.md
@@ -35,7 +35,7 @@ a secure connection.
35
Check the supported TLS versions for the database server version you're running. If it does not support TLS 1.2 or greater, then
36
you likely will not be able to connect to it with RusTLS.
37
38
-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.
39
40
* 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).
41
* PostgreSQL: depends on the system OpenSSL version.
0 commit comments