[PR #4641] [CLOSED] MySQL TLS #17443

Closed
opened 2025-11-02 13:25:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4641
Author: @aunger
Created: 8/8/2018
Status: Closed

Base: masterHead: mysql-tls


📝 Commits (2)

  • bcb9d84 Wire MySQL TLS mode to SSL_MODE config option.
  • 93745d5 Update docs for SSL_MODE in MySQL.

📊 Changes

3 files changed (+11 additions, -7 deletions)

View changed files

📝 custom/conf/app.ini.sample (+2 -1)
📝 docs/content/doc/advanced/config-cheat-sheet.en-us.md (+1 -1)
📝 models/models.go (+8 -5)

📄 Description

Allow the database SSL_MODE option in app.ini to control the MySQL driver's TLS settings.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/4641 **Author:** [@aunger](https://github.com/aunger) **Created:** 8/8/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `mysql-tls` --- ### 📝 Commits (2) - [`bcb9d84`](https://github.com/go-gitea/gitea/commit/bcb9d8490fed550d67681a3b31dc52cb6b1355b3) Wire MySQL TLS mode to SSL_MODE config option. - [`93745d5`](https://github.com/go-gitea/gitea/commit/93745d5d5023f0eb33ee422cc27e4400b6dd85ba) Update docs for SSL_MODE in MySQL. ### 📊 Changes **3 files changed** (+11 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `custom/conf/app.ini.sample` (+2 -1) 📝 `docs/content/doc/advanced/config-cheat-sheet.en-us.md` (+1 -1) 📝 `models/models.go` (+8 -5) </details> ### 📄 Description Allow the database SSL_MODE option in app.ini to control the MySQL driver's TLS settings. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 13:25:31 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17443