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

fix(ssl): clear the old chain before adding new chain #94

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

catbro666
Copy link
Contributor

@catbro666 catbro666 commented Oct 11, 2024

ngx_lua_kong_ssl_set_upstream_ssl overwrote the leaf cert correctly, but appended the new chain without clearing the old chain.

https://konghq.atlassian.net/browse/FTI-6275

t/002-upstream-tls.t Outdated Show resolved Hide resolved
@catbro666 catbro666 force-pushed the fti-6275-clear-old-client-chain-before-setting-new branch from ea17bd5 to ab22f09 Compare October 11, 2024 07:15
@catbro666 catbro666 requested a review from ms2008 October 14, 2024 03:07
@ms2008 ms2008 merged commit e2b4d03 into master Oct 15, 2024
6 checks passed
@ms2008 ms2008 deleted the fti-6275-clear-old-client-chain-before-setting-new branch October 15, 2024 09:30
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.

5 participants