We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi everyone,
First of all, thank you for this amazing library and the work done here.
I've encountered an issue when trying to connect to a Redis Cluster via TLS where each node possesses its own SNI.
In fact I had no problem connecting to a single node using the tls.servername option.
tls.servername
But the tls option being common to all nodes I found no way of declaring different SNI per node.
tls
I have made a fix by implementing a new boolean tlsSni option that I will introduce in a PR following the opening of this issue.
tlsSni
Thank you for your time.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi everyone,
First of all, thank you for this amazing library and the work done here.
I've encountered an issue when trying to connect to a Redis Cluster via TLS where each node possesses its own SNI.
In fact I had no problem connecting to a single node using the
tls.servername
option.But the
tls
option being common to all nodes I found no way of declaring different SNI per node.I have made a fix by implementing a new boolean
tlsSni
option that I will introduce in a PR following the opening of this issue.Thank you for your time.
The text was updated successfully, but these errors were encountered: