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
The connectionUrl parameter defaults to a redis:// scheme and must be overridden when using TLS in order to avoid Error accepting a client connection: error:0A00010B:SSL routines::wrong version number in redis.
Expected Behaviour
The wait-for-redis container should detect the redis instance.
Current Behaviour
If using TLS, the wait-for-redis container does not detect the redis instance, because the function parsing the URL on which the nc command is executed currently accounts for redis:// scheme only:
OAuth2-Proxy Version
helm chart version 7.7.27
Setup
Oauth2-proxy with redis session storage using the subchart. TLS enabled.
The connectionUrl parameter defaults to a
redis://
scheme and must be overridden when using TLS in order to avoidError accepting a client connection: error:0A00010B:SSL routines::wrong version number
in redis.Expected Behaviour
The wait-for-redis container should detect the redis instance.
Current Behaviour
If using TLS, the wait-for-redis container does not detect the redis instance, because the function parsing the URL on which the nc command is executed currently accounts for
redis://
scheme only:The text was updated successfully, but these errors were encountered: