uptime-kuma
uptime-kuma copied to clipboard
Add SSL certificate setting for MySQL/MariaDB monitor
⚠️ Please verify that this feature request has NOT been suggested before.
- [X] I checked and didn't find similar feature request
🏷️ Feature Request Type
Other
🔖 Feature description
It would be really nice to have the ability to enable SSL with a boolean or toggle and in this case the SSL related information for secure connections to MySQL / MariaDB instances.
✔️ Solution
Add a profile or the ability to add ?ssl='Profile Name' or ?ssl=true add the end of the existing connection string to enable the use of SSL for the connection.
❓ Alternatives
I tried adding ?ssl=true / ?ssl='true' ?ssl={rejectUnauthorized: false} / ?ssl={ca: './ca.cert'} but it wouldn't parse this.
📝 Additional Context
No response