spacewander commented on a change in pull request #4034:
URL: https://github.com/apache/apisix/pull/4034#discussion_r612076873



##########
File path: apisix/admin/ssl.lua
##########
@@ -70,6 +70,17 @@ local function check_conf(id, conf, need_id)
         end
     end
 
+    if conf.client then
+        if not apisix_ssl.support_client_verification() then

Review comment:
       There is an additional check in the DP side. The `conf.client` will be 
ignored if the DP doesn't support it. The check here is not critical as the DP 
may be different with the Admin API.




-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to