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 support for direct ssl #189

Merged
merged 3 commits into from
Jul 24, 2024
Merged

feat: add support for direct ssl #189

merged 3 commits into from
Jul 24, 2024

Conversation

sunng87
Copy link
Owner

@sunng87 sunng87 commented Jul 5, 2024

Fixes #188

To adopt postgres/libpq 17's new direct ssl feature, we add a new check for TLS first byte 0x16. If matches, we go directly to ssl handshake process without SslRequest/SslResponse.

@sunng87 sunng87 merged commit f232a77 into master Jul 24, 2024
6 checks passed
@sunng87 sunng87 deleted the feature/direct-ssl branch July 24, 2024 16:14
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.

Direct SSL support
1 participant