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
Right now, Rekors Redis client implementation does not allow enforcing TLS. This is an issue, because a lot of Redis cluster implementations require TLS for the client connection setup and don't allow non-TLS clients. A good example of this is AWS ElastiCache, when MultiAZ is enabled on ElastiCache Redis, it will require TLS based client connections and will close any non-TLS connections.
The text was updated successfully, but these errors were encountered:
Description
Right now, Rekors Redis client implementation does not allow enforcing TLS. This is an issue, because a lot of Redis cluster implementations require TLS for the client connection setup and don't allow non-TLS clients. A good example of this is AWS ElastiCache, when MultiAZ is enabled on ElastiCache Redis, it will require TLS based client connections and will close any non-TLS connections.
The text was updated successfully, but these errors were encountered: