You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst running the following establishes the connection with Role:unknown if TLS mode was enabled i.e. doesn't recognise cluster:-
redis-cli -p 7617 --askpass
If it wasn't a bug, I wonder when predixy will support TLS? and if there are other alternatives, have anyone tried envoy proxy with TLS required? and if there is anything I can do to help implementing TLS support, please let me know.
With thanks.
Zakaria.
The text was updated successfully, but these errors were encountered:
Hi there,
I tried to establish connection using TLS to the redis cluster via predixy and it returns the following error
Could not connect to Redis at 127.0.0.1:7617: SSL_connect failed: unexpected eof while reading
The command I run:-
redis-cli --tls --cacert /etc/redis/cert/ca.pem --cert /etc/redis/cert/client.pem --key /etc/redis/cert/clientkey.pem -p 7617 --askpass
Whilst running the following establishes the connection with Role:unknown if TLS mode was enabled i.e. doesn't recognise cluster:-
redis-cli -p 7617 --askpass
If it wasn't a bug, I wonder when predixy will support TLS? and if there are other alternatives, have anyone tried envoy proxy with TLS required? and if there is anything I can do to help implementing TLS support, please let me know.
With thanks.
Zakaria.
The text was updated successfully, but these errors were encountered: