Revolyssup commented on issue #9731: URL: https://github.com/apache/apisix/issues/9731#issuecomment-1609123929
@llp520-jkcs To reach APISIX on 443, you can enable ssl from here[1] and for http to https redirection, you can use redirect plugin.[2]. To use mTLS to communicate with Upstream, you can use the tls.client_cert/key in the upstream[3]. Also can you elaborate your use case a little? Whats the flow of request? 1. https://github.com/apache/apisix/blob/acffe99a74818c28da55c15b381a732438dfee9d/conf/config-default.yaml#L99 2. https://apisix.apache.org/docs/apisix/plugins/redirect/ 3. https://apisix.apache.org/docs/apisix/admin-api/#request-body-parameters-3 -- 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]
