Skip to content
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

Add Support for MySQL / MariaDB SSL Support with autoconfiguration #1392

Closed
KornKalle opened this issue Feb 1, 2021 · 2 comments
Closed
Labels
enhancement feature: auto config (environment variables) Auto configuring via environment variables integration: database Integration with any Nextcloud supported database needs info Additional info needed to triage upstream

Comments

@KornKalle
Copy link

Hello all,

I just started the migration from a dedicated instance, to a docker setup which should include SSL Support for the database connection, but I could not find the option to enable SSL for the Database connection.

We are using a dedicated Galera Cluster with Read-Write Splitting as recommended by Nextcloud for larger Setups.

Did I miss a config parameter or is there another way to enable this out of the box?

@J0WI
Copy link
Contributor

J0WI commented Apr 4, 2023

see also #1288

@joshtrichards
Copy link
Member

joshtrichards commented Oct 23, 2023

Unfortunately nextcloud/server#19738 is a blocker for this. Feel free subscribe to (and/or upvote) that upstream issue. When/if that's addressed then the image could consider support for it. For now, it's a "can't fix" for the image because it's not possible for the image to handle it cleanly without Nextcloud Server supporting it at install time.

It is possible to enable SSL (switch to it) yourself after installation (i.e. after the first boot that generates your permanent config.php ).

It may be possible to use the image's auto config hooks mode to achieve this today in an automated manner as workaround, but I haven't tried it.

@joshtrichards joshtrichards added upstream feature: auto config (environment variables) Auto configuring via environment variables integration: database Integration with any Nextcloud supported database needs info Additional info needed to triage labels Oct 23, 2023
@joshtrichards joshtrichards closed this as not planned Won't fix, can't repro, duplicate, stale Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature: auto config (environment variables) Auto configuring via environment variables integration: database Integration with any Nextcloud supported database needs info Additional info needed to triage upstream
Projects
None yet
Development

No branches or pull requests

3 participants