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

SSL connection option for Redis Client module #24

Closed
samlanza opened this issue Aug 28, 2023 · 1 comment
Closed

SSL connection option for Redis Client module #24

samlanza opened this issue Aug 28, 2023 · 1 comment
Assignees
Labels

Comments

@samlanza
Copy link

Feature Description

The K6 Redis Client is currently missing an option to connect with SSL. It connects via TCP by default.

Suggested Solution (optional)

We have our Azure Redis servers set to only accept SSL connections. This is to prevent man-in-the-middle attacks. It would be nice to have the ability to connect using SSL with the K6 Redis Client.

Already existing or connected issues / PRs (optional)

No response

@mstoykov mstoykov transferred this issue from grafana/k6 Aug 28, 2023
@mstoykov
Copy link
Contributor

Hi @samlanza, thanks for reporting this.

I have moved the issue to the repo that hosts the code for the experimental redis module.

This was already reported and some work has been done to fix it in #17 to support it.

I will be closing as this is duplicate of #13 and #14. Please follow them for more info.

@mstoykov mstoykov closed this as not planned Won't fix, can't repro, duplicate, stale Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants