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(runloop): Fixed an issue where setting tls_verify to false didn't override the global level config proxy_ssl_verify #13470

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

catbro666
Copy link
Contributor

@catbro666 catbro666 commented Aug 8, 2024

Summary

Should also set_upstream_ssl_verify when tls_verify is false, because the global level config proxy_ssl_verify may be on.

Checklist

  • The Pull Request has tests
  • A changelog file has been created under changelog/unreleased/kong or skip-changelog label added on PR if changelog is unnecessary. README.md
  • There is a user-facing docs PR against https://github.com/Kong/docs.konghq.com - PUT DOCS PR HERE

Issue reference

Fix https://konghq.atlassian.net/browse/FTI-6095

@github-actions github-actions bot added core/proxy cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee labels Aug 8, 2024
@catbro666 catbro666 force-pushed the fti-6095-tls-verify-false branch 2 times, most recently from 3f576af to 9168612 Compare August 8, 2024 08:54
@catbro666 catbro666 added this to the 3.8.0 milestone Aug 13, 2024
@catbro666 catbro666 changed the title fix(runloop): Fixed an issue where setting tls_verify to false didn't override the system level config proxy_ssl_verify fix(runloop): Fixed an issue where setting tls_verify to false didn't override the global level config proxy_ssl_verify Aug 13, 2024
@ms2008 ms2008 merged commit cfd997f into master Aug 13, 2024
32 checks passed
@ms2008 ms2008 deleted the fti-6095-tls-verify-false branch August 13, 2024 08:37
@team-gateway-bot
Copy link
Collaborator

Successfully created cherry-pick PR for master:

oowl pushed a commit that referenced this pull request Aug 15, 2024
…g `proxy_ssl_verify ` (#13470)

Should also set_upstream_ssl_verify when `tls_verify` is false, because the
global level config `proxy_ssl_verify` may be `on`.

https://konghq.atlassian.net/browse/FTI-6095
(cherry picked from commit cfd997f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants