Replies: 1 comment
-
Should this be made into an issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I was using:
#command: ["postgres", "-c", "ssl=on", "-c", "ssl_cert_file=/mnt/keys/bindable/immich-database/fullchain-or-ca.pem", "-c", "ssl_key_file=/mnt/keys/bindable/immich-database/privkey.pem"]
in my pg to start with SSL. Which then I was using
DB_URL
inside immich to query like:DB_URL=postgresql://postgres:xxxx@immich-database:5432/immich?sslmode=verify-ca&sslrootcert=/mnt/keys/bindable/ca-pg.crt
Everything was working fine literally like 10 minutes ago (update), and now it seems that same setup isn't working. #18025 Tried starting with this env variable and got an error. Any guidance on how to get
verify-ca
working now with the new DB?I was able to bring immich up by removing TLS from both server and db.
Beta Was this translation helpful? Give feedback.
All reactions