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

feat: support set upstream ssl verify #97

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

AlinsRan
Copy link
Contributor

@AlinsRan AlinsRan commented Jan 20, 2025

local apisix_upstream = require("resty.apisix.upstream")

-- support set  ssl_verify in rewrite/access/balancer phases
local ok, err = apisix_upstream.set_ssl_verify(true)
if not ok then
     ...
end

@AlinsRan AlinsRan requested a review from membphis January 21, 2025 00:37
@AlinsRan AlinsRan merged commit 8ed17e7 into main Jan 21, 2025
3 of 4 checks passed
@AlinsRan AlinsRan deleted the feat/support-upstream-ssl-verify branch January 21, 2025 01:31
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.

2 participants