-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Docs] Database Preparation - Connection over TLS #10889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- have been created [before -> earlier] - recreate user, [and this time]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some clarifications and tidying up.
Co-Authored-By: guillep2k <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #10889 +/- ##
==========================================
- Coverage 43.50% 43.48% -0.02%
==========================================
Files 597 597
Lines 83945 83945
==========================================
- Hits 36517 36506 -11
- Misses 42914 42923 +9
- Partials 4514 4516 +2
Continue to review full report at Codecov.
|
Ping LG-TM |
Thank you for your work. Docs is an area where Gitea needs to improve, so these PRs are much welcomed. ❤️ |
It is possible to connect from Gitea to database instance using TLS.
Currently PostgreSQL supports two-way TLS, but MySQL only supports one-way TLS.