Revolyssup commented on code in PR #10066:
URL: https://github.com/apache/apisix/pull/10066#discussion_r1302831910
##########
apisix/init.lua:
##########
@@ -358,7 +358,15 @@ local function verify_https_client(ctx)
return true
end
- local matched_ssl = ngx.ctx.matched_ssl
+ local host = ctx.var.host
+ if not ctx.matched_ssl then
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]