Closed abhinavkulkarni closed 1 year ago
@IlyaSkriblovsky why don't you merge these changes? :)
@mromejko Good question! Because:
ClientContextFactory | bool | None
type).If you are interested in getting this merged, could you please check suggestions above about ssl
/use_ssl
mixed up in the code and test that it works?
@IlyaSkriblovsky so if you aren't using ssl with txredisapi then what are you using? I will check you suggestions.
@mromejko I'm using it inside safeguarded context without any external access. Ok, I agree that I should have been using SSL even in this context :)
Continued here: #148
This PR adds SSL functionality for various networked connection methods. These days, most of the cloud providers offer SSL connections to managed Redis services hence this change is needed.
Only significant change is in
makeConnection
method. By defaultuse_ssl=False
, so the previous code should work as is.