Skip to content

Commit fd41751

Browse files
committed
Don't error on invalid cert chain
1 parent 29b4a9b commit fd41751

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ module.exports = {
9797
};
9898
}
9999
};
100+
ENV.redis.redisOptions = {
101+
tls: {
102+
rejectUnauthorized: false
103+
}
104+
};
100105
ENV.redis.didDeployMessage = function(context) {
101106
if (context.revisionData.revisionKey && !context.revisionData.activatedRevisionKey) {
102107
var revisionKey = context.revisionData.revisionKey;

0 commit comments

Comments
 (0)