Skip to content
New issue

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

[FEATURE] Add SSL support for connection to Redis blacklist #437

Open
sshipway opened this issue Oct 2, 2024 · 1 comment
Open

[FEATURE] Add SSL support for connection to Redis blacklist #437

sshipway opened this issue Oct 2, 2024 · 1 comment
Assignees

Comments

@sshipway
Copy link

sshipway commented Oct 2, 2024

Is your feature request related to a problem? Please describe.
These days, all connections need to be SSL, particularly when they are authenticated. However the wforce server only supports non-ssl connections for the Redis database used for the white/blacklists.

Describe the solution you'd like
Add some configuration flags to allow

  • Enable SSL
  • Set CA
  • Set certificate validation option

Describe alternatives you've considered
It is possible to set up a local ssltunnel to forward the connection over SSL, but this is messy

Additional context

@neilcook
Copy link
Collaborator

neilcook commented Oct 2, 2024

Yes, this seems like a reasonable request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants