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

feat: add SslMode option #73

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

geison66
Copy link

@geison66 geison66 commented Feb 3, 2025

Add SslMode option to allow db connections using others ssl modes

Available options:

  • Preferred - Use SSL if the server supports it. (default)
  • None - Do not use SSL.
  • Required - Always use SSL. Deny connection if server does not support SSL. Does not validate CA or hostname.
  • VerifyCA - Always use SSL. Validates the CA but tolerates hostname mismatch.
  • VerifyFull - Always use SSL. Validates CA and hostname.

@geison66 geison66 changed the title Feat add ssl mode option feat: add SslMode option Feb 3, 2025
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