diff --git a/pkg/bull-queue-admin/index.js b/pkg/bull-queue-admin/index.js index eff2cbdf2..21569142b 100644 --- a/pkg/bull-queue-admin/index.js +++ b/pkg/bull-queue-admin/index.js @@ -49,7 +49,7 @@ const run = async () => { if (secrets.REDIS_URL?.startsWith('rediss://') && secrets.REDIS_CERT) { return { tls: { - cert: secrets.REDIS_CERT?.replace(/\\n/g, '\n'), + cert: secrets.REDIS_CERT, rejectUnauthorized: false, }, maxRetriesPerRequest: null,