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

Redis FDW doesn't support TLS redis connection urls #368

Closed
2 tasks done
harrisrobin opened this issue Nov 26, 2024 · 0 comments · Fixed by #370
Closed
2 tasks done

Redis FDW doesn't support TLS redis connection urls #368

harrisrobin opened this issue Nov 26, 2024 · 0 comments · Fixed by #370
Labels
bug Something isn't working

Comments

@harrisrobin
Copy link

harrisrobin commented Nov 26, 2024

Bug report

  • I confirm this is a bug with Supabase, not with my own application.
  • I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

When trying to connect with a TLS redis connection (rediss://), we get the following error:

"ERROR: HV000: can't connect with TLS, the feature is not enabled- InvalidClientConfig"

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Enable FDW in your project with redis
  2. Add a TLS redis URL (rediss://)
  3. Try to select data from your table

Expected behavior

I would expect that a TLS connection works out of the box.

If this is a config issue, some documentation on enabling TLS would be great.

Screenshots

CleanShot 2024-11-26 at 12 50 12@2x

System information

N/A

Additional context

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant