Skip to content

Support for Redis connection without SSL certificate verification - #2

Open
tomash wants to merge 1 commit into
byroot:masterfrom
tomash:redis-verify-ssl-env
Open

Support for Redis connection without SSL certificate verification#2
tomash wants to merge 1 commit into
byroot:masterfrom
tomash:redis-verify-ssl-env

Conversation

@tomash

@tomash tomash commented Apr 18, 2025

Copy link
Copy Markdown

Context: on Heroku Key-Value addon (Valkey fork of Redis), they use TLS but with a self-signed certificate, as described here:

This PR adds REDIS_SSL_VERIFY environment variable to make it work without patching Pubsubstub's class in-application.

A similar PR is coming to shipit-engine. EDIT: Shopify/shipit-engine#1397

No test coverage because no existing spec covers Redis connection, should I add some?

@tomash

tomash commented Apr 18, 2025

Copy link
Copy Markdown
Author

I have signed the CLA!

@byroot

byroot commented Apr 19, 2025

Copy link
Copy Markdown
Owner

There is a million option like this you may need. Any reason why the redis= method doesn't work for you?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants