Replies: 4 comments 1 reply
-
R u solve this one we have same problem |
Beta Was this translation helpful? Give feedback.
-
same problem here. trying to connect to redis in AWS. |
Beta Was this translation helpful? Give feedback.
-
There was a problem connecting to Redis via SSL in versions 3.7.0 and below. This will be fixed in 3.8.0. The fix is in the unstable release of StackStorm, the PR with the fix is #5660. This allows you to connect to a redis sentinel that has both a SSL and non-SSL port. Whereby the sentinels use TLS to connect to master. It will then allow StackStorm to inquire on the sentinel over the non-SSL port to find the master, and then use TLS to connect to the redis master. To connect to redis sentinel over SSL will require changes to tooz library which StackStorm uses to access redis, as I believe its driver when connecting to the redis sentinel doesn't pass the SSL credentials. |
Beta Was this translation helpful? Give feedback.
-
While connecting to an external Redis cluster, does it require to connect via sentinel ? We are trying to connect to an external Redis cluster (TLS enabled)using its host name like below
and get error below |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to connect Stackstrom to Redis cluster using TLS.
Configuration is used :
From Redis side I'm getting logs:
Same error in redis.log and sentinel.logs
I successfully connected to Redis using redis-cli.
So certificates are fine. There only difference that in redis-cli I can provice CA certificate, but in Stackstorm there is no such option
Stackstorm version:
st2 3.5.0, on Python 3.6.8
Beta Was this translation helpful? Give feedback.
All reactions