[PR #4642] [MERGED] MySQL TLS #17444

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4642
Author: @aunger
Created: 8/8/2018
Status: Merged
Merged: 8/23/2018
Merged by: @techknowlogick

Base: masterHead: mysql-tls


📝 Commits (4)

  • b062d2c Wire MySQL TLS mode to SSL_MODE config option.
  • 3671467 Update docs for database SSL_MODE option and MySQL.
  • b06a324 Give SSL_MODE a default value to match the docs.
  • 430e927 Merge branch 'master' into mysql-tls

📊 Changes

3 files changed (+12 additions, -8 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 (+9 -6)

📄 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/4642 **Author:** [@aunger](https://github.com/aunger) **Created:** 8/8/2018 **Status:** ✅ Merged **Merged:** 8/23/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `mysql-tls` --- ### 📝 Commits (4) - [`b062d2c`](https://github.com/go-gitea/gitea/commit/b062d2c956aa9be6bfbaa4c1a22a0edeeef9651e) Wire MySQL TLS mode to SSL_MODE config option. - [`3671467`](https://github.com/go-gitea/gitea/commit/367146702792f32e1d8c626659e3437baadaeead) Update docs for database SSL_MODE option and MySQL. - [`b06a324`](https://github.com/go-gitea/gitea/commit/b06a324d21bbc4b4db82c09471716068b684305d) Give SSL_MODE a default value to match the docs. - [`430e927`](https://github.com/go-gitea/gitea/commit/430e927286736355a390a73fe4b427e440adefb0) Merge branch 'master' into mysql-tls ### 📊 Changes **3 files changed** (+12 additions, -8 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` (+9 -6) </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:26:01 -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#17444