fully qualified link to issue

This commit is contained in:
Loïc Dachary 2023-03-09 07:29:40 +01:00
parent 3df262d742
commit 0939e9cc65

View file

@ -240,7 +240,7 @@ The PostgreSQL driver used by Forgejo supports two-way TLS. In two-way TLS, both
### MySQL
While the MySQL driver used by Forgejo also supports two-way TLS, Forgejo currently supports only one-way TLS. See issue #10828 for details.
While the MySQL driver used by Forgejo also supports two-way TLS, Forgejo currently supports only one-way TLS. See the "Add TLS File Path Options for MySQL Database Connection](https://github.com/go-gitea/gitea/issues/10828)" issue for details.
In one-way TLS, the database client verifies the certificate sent from server during the connection handshake, and the server assumes that the connected client is legitimate, since client certificate verification doesn't take place.