Open garry-t opened 9 months ago
I have exactly the same issue! Any news on this??
I ran into a similar problem, only with authentication. I created a merge request that fixes my issue, and maybe yours also: https://github.com/redis/redis-py/pull/3376
Don't you fix this by passing the necessary ssl kwargs into the sentinel_kwargs
?
In case Sentinel configured with TLS , redis_master call fails with error: "Connection reset by peer", means it is not use TLS during function call. I've checked all docs which I able to found and for me still not clear is it supported or no? Version: 5.1.0b3
Platform: Python 3.11 MacOS
Description: SSL were generated self signed. My simple code:
In sentinel logs
Error accepting a client connection: error:1408F10B:SSL routines:ssl3_get_record:wrong version number (addr=IP:56828 laddr=IP:26380)