Skip to content

Commit

Permalink
faq: "obvious" -> "ideal"
Browse files Browse the repository at this point in the history
  • Loading branch information
abonander committed Jan 20, 2022
1 parent cd65058 commit 2182925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2182925

Please sign in to comment.