From 778b1bad5a2353ec880b03aeaf325f8a48ef5d54 Mon Sep 17 00:00:00 2001 From: mikelxk Date: Wed, 31 Aug 2022 17:14:51 -0400 Subject: [PATCH] hotfix: redis tls cert --- compile/src/handlers/worker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/compile/src/handlers/worker.js b/compile/src/handlers/worker.js index 6ad2a65e..a7e056d4 100644 --- a/compile/src/handlers/worker.js +++ b/compile/src/handlers/worker.js @@ -15,6 +15,7 @@ const bullOptions = REDIS_URL.includes('rediss://') password, tls: { rejectUnauthorized: false, + requestCert: true, }, }, }