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

[Bug]: SSL Mode for Postgres connection is forcibly overriden #306

Open
eaglesemanation opened this issue Feb 1, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@eaglesemanation
Copy link

Binner version

v2.6.3

Operating System

Linux x64

Describe the bug and the steps to reproduce it

I'm not well versed in C#, but as far as I understand this line forcibly set's SSL Mode to Disabled:

builder.SslMode = SslMode.Disable;

I'll probably make a PR to make this a default option instead of forcing it, but I'd like to spend more time figuring out more issues that might arise in my Kubernetes deployment, and do changes in bulk.

Would you like to attach your appsetings.json configuration?

No response

Screenshots or Videos (Optional, but they help!)

No response

Are you able to contribute a PR? (No is ok!)

Maybe, I'll investigate and start debugging

@eaglesemanation eaglesemanation added the bug Something isn't working label Feb 1, 2025
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

No branches or pull requests

1 participant