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

Add support for Direct SSL #3287

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

Conversation

imranzaheer612
Copy link
Contributor

  • Add support for direct ssl connections for pg17 and above
  • Add new option sslnegotiation=direct/postgres
  • Add ALPN protocol extension for postgresql
  • Modify SSL Tests to add direct ssl mode

This PR is realted to issue #3219

New Feature Submissions:

  1. Does your submission pass tests?
  2. Does ./gradlew styleCheck pass ?
  3. Have you added your new test classes to an existing test suite in alphabetical order?

Changes to Existing Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you successfully run tests with your changes locally?

* Add support for direct ssl connections for pg17 and above
* Add new option `sslnegotiation=direct/postgres`
* Add ALPN protocol extension for postgresql
* Modify SSL Tests to add direct ssl mode
@davecramer
Copy link
Member

Duplicate of #pr 3252

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.

None yet

2 participants