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

Add Redis SSL support #902

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

afbjorklund
Copy link
Contributor

@afbjorklund afbjorklund commented Jul 18, 2021

See #894 for discussion about TLS/SSL.

src/CMakeLists.txt Outdated Show resolved Hide resolved
@jrosdahl jrosdahl added the feature New or improved feature label Jul 19, 2021
test/suites/secondary_rediss.bash Outdated Show resolved Hide resolved
test/CMakeLists.txt Outdated Show resolved Hide resolved
@sschleemilch
Copy link

Is there any update regarding that SSL support implementation?
What is missing? I would be very happy if that would made it into the master and I would be happy to support if necessary and if I am capable of doing so ;-)

@afbjorklund
Copy link
Contributor Author

afbjorklund commented Nov 22, 2021

I think the code has rotten a bit (tests failing) since it is not merged, but I can try to update it...

Originally I think it was scoped out, due to being too costly (startup time and connection time)

@afbjorklund
Copy link
Contributor Author

afbjorklund commented Nov 28, 2021

@sschleemilch updated the branch, and fixed the broken tests and added static build for ssl

cmake -DHIREDIS_FROM_INTERNET=ON -DREDISS_STORAGE_BACKEND=ON

@jrosdahl
Copy link
Member

jrosdahl commented Dec 14, 2021

@sschleemilch wrote:

Is there any update regarding that SSL support implementation? What is missing?

What's missing is some solution to the problems mentioned in #894, especially the first one.

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

Successfully merging this pull request may close these issues.

None yet

4 participants