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

[ADDED] TLSHandshakeFirst option #1433

Merged
merged 1 commit into from
Oct 9, 2023
Merged

[ADDED] TLSHandshakeFirst option #1433

merged 1 commit into from
Oct 9, 2023

Conversation

kozlovic
Copy link
Member

@kozlovic kozlovic commented Oct 6, 2023

This allows to connect to a server that is also configured to perform the TLS handshake first, that is, before sending the INFO protocol.

Signed-off-by: Ivan Kozlovic [email protected]

This allows to connect to a server that is also configured to
perform the TLS handshake first, that is, before sending the INFO
protocol.

Signed-off-by: Ivan Kozlovic <[email protected]>
Copy link
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@piotrpio piotrpio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but I think we should wait with merging it until this feature is introduced in the server right?

@kozlovic
Copy link
Member Author

kozlovic commented Oct 9, 2023

I think we should wait with merging it until this feature is introduced in the server right?

@piotrpio Actually no. The server relies on the client new API for its tests. I made the client not depend on the server for the test (since it is quite simple here), but not the server. If you merge and soon after have to do a release while the server still does not have the feature, then it would have to be stated in the client's release notes that this option is to be used with servers at version x.y.z and above.

@piotrpio
Copy link
Collaborator

piotrpio commented Oct 9, 2023

@kozlovic Got it - in that case, I'm merging the PR

@piotrpio piotrpio merged commit 1941a1a into main Oct 9, 2023
2 checks passed
@piotrpio piotrpio deleted the tls_first branch October 9, 2023 18:12
@piotrpio piotrpio mentioned this pull request Oct 15, 2023
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.

3 participants