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

chore(*) use sock:sslhandshake instead of sock:tlshandshake #8376

Merged
merged 1 commit into from
Feb 9, 2022

Conversation

chronolaw
Copy link
Contributor

@chronolaw chronolaw commented Feb 7, 2022

Summary

Openresty will support mtls with sslhandshake soon,
we need not to use own special tlshandshake,
and in this case, it only uses normal ssl feature,
we can change to sslhandshake safely.

see:
openresty/lua-nginx-module#1602
openresty/lua-resty-core#278

Full changelog

  • use sock:sslhandshake instead of sock:tlshandshake

@mayocream mayocream added the chore Not part of the core functionality of kong, but still needed label Feb 7, 2022
@mayocream mayocream requested a review from dndx February 9, 2022 11:57
@fffonion
Copy link
Contributor

fffonion commented Feb 9, 2022

@chronolaw Could you add the PR/commit in openresty side for this feature for tracking?

@chronolaw chronolaw requested a review from pintsized February 9, 2022 12:31
Copy link

@pintsized pintsized left a comment

Choose a reason for hiding this comment

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

👍

@chronolaw
Copy link
Contributor Author

@chronolaw您能否在 openresty 端添加 PR/commit 以跟踪此功能?

done, thanks.

@chronolaw chronolaw merged commit a2d249e into master Feb 9, 2022
@chronolaw chronolaw deleted the chore/remove_tlshandshake_in_reports branch February 9, 2022 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Not part of the core functionality of kong, but still needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants