From f3573f4f0e971d752582f304332edddc21cdcb42 Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Tue, 14 Nov 2023 22:04:10 +0100 Subject: [PATCH] [synapse] Disable ssl for syncv3 proxy connection to db --- synapse/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/docker-compose.yaml b/synapse/docker-compose.yaml index 66fef56..3577aa1 100644 --- a/synapse/docker-compose.yaml +++ b/synapse/docker-compose.yaml @@ -37,7 +37,7 @@ services: - VIRTUAL_PORT=8008 # the port the service listens in the container - LETSENCRYPT_HOST=syncv3.matrix.jfreudenberger.de # the same domain as VIRTUAL_HOST; this enables ssl - SYNCV3_SERVER=https://matrix.jfreudenberger.de - - SYNCV3_DB=postgresql://sliding:sliding@sliding-db:5432/sliding?sslmode=prefer + - SYNCV3_DB=postgresql://sliding:sliding@sliding-db:5432/sliding?sslmode=disable - SYNCV3_SECRET=${sliding_sync_secret} networks: - slidingnet