jenskeiner commented on a change in pull request #3308:
URL: https://github.com/apache/apisix/pull/3308#discussion_r558255055



##########
File path: apisix/cli/ngx_tpl.lua
##########
@@ -371,16 +374,16 @@ http {
         {% end %}
         {% end %} {% -- if enable_ipv6 %}
 
+        {% if ssl.ssl_trusted_certificate ~= nil then %}

Review comment:
       Moved this here since it was previously only used when APISIX itself was 
accepting HTTPS from the outside. But even if TLS is disabled, internally, 
plugins that send requests may still need to be able to use TLS and may have 
custom CA certs configured.




----------------------------------------------------------------
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:
[email protected]


Reply via email to