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

store: Remove unused SSL support #5871

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

store: Remove unused SSL support #5871

wants to merge 1 commit into from

Conversation

lutter
Copy link
Collaborator

@lutter lutter commented Mar 5, 2025

We could, in theory, establish SSL connections for the notification listener. Since that uses the same PG URL as the main connections for data through diesel, it was actually not possible to use SSL as we don't support it for our diesel connections.

Until we are able to set up SSL connections across the board, remove the defunct SSL support in the notification listener.

We could, in theory, establish SSL connections for the notification
listener. Since that uses the same PG URL as the main connections for data
through diesel, it was actually not possible to use SSL as we don't support
it for our diesel connections.

Until we are able to set up SSL connections across the board, remove the
defunct SSL support in the notification listener.
@lutter lutter requested a review from zorancv March 5, 2025 10:13
@lutter lutter marked this pull request as draft March 5, 2025 11:30
@lutter
Copy link
Collaborator Author

lutter commented Mar 5, 2025

On second thought, let's put a pin into this for now

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.

1 participant