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
URI format "rediss://" doesn't seem to be supported. Is it expected that these connections would fail? I'm trying to connect to a 7.0.x instance, whereas connecting to 6.2.x is fine.
The only thing that is odd, is that I can't connect to 7.0.x even if I don't use TLS (change the uri to "redis:/") but I'm wondering if the server is rejecting that (it's hard to tell, the error just says connection reset). Trying to eliminate possibilities and wondering if carmine simply doesn't support this.
The text was updated successfully, but these errors were encountered:
"rediss://" URIs are definitely not supported, since I'd never seen them before ^^
Just added support to master now, will be included in the next release.
In the meantime (and actually in any case), I'd suggest using an explicit config map since these are a lot more flexible.
The only thing that is odd, is that I can't connect to 7.0.x even if I don't use TLS (change the uri to "redis:/")
There's no reason that Carmine should have trouble connecting to Redis 7.x.
I'd recommend playing with the explicit config options linked above. In particular, I suspect you may need to include :ssl-fn :default in your connection config map. It's possible your Redis 7.x server is rejecting non-TLS connection attempts.
If that doesn't help, it might be worth also checking if there's been any changes in your Redis server's ACL policy.
Feel free to ping if none of that was helpful. Cheers! :-)
URI format "rediss://" doesn't seem to be supported. Is it expected that these connections would fail? I'm trying to connect to a 7.0.x instance, whereas connecting to 6.2.x is fine.
The only thing that is odd, is that I can't connect to 7.0.x even if I don't use TLS (change the uri to "redis:/") but I'm wondering if the server is rejecting that (it's hard to tell, the error just says connection reset). Trying to eliminate possibilities and wondering if carmine simply doesn't support this.
The text was updated successfully, but these errors were encountered: