-
Notifications
You must be signed in to change notification settings - Fork 179
Added test case to verify TLS 1.3 auto-negotiation support #575
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
Added test case to verify TLS 1.3 auto-negotiation support #575
Conversation
27a6e6f to
4938fc8
Compare
sivaalamp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address the comments
a0134c4 to
1f6106d
Compare
|
The test case updates look good. |
Thanks, Siva. I’ve addressed this. |
sivaalamp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes now look good to me
This MR adds a new integration test to verify that the Vertica Python client correctly supports TLS 1.3 negotiation.
The test validates that the client can successfully connect using TLS 1.3 when supported by the server.
If the server only supports TLS 1.2, the connection should gracefully fall back to it.
The test also logs the negotiated TLS version for debugging and verification purposes.