joshdcu commented on issue #2254:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/2254#issuecomment-3179603873

   Hi @Baoyuantop, as I understand it, the `ApisixTls` resource is used for TLS 
communication between client and APISIX but I am also interested in TLS 
communication between APISIX and the upstream. In the link you provided, there 
is TLS between the client (`redis-cli`) and APISIX but not between APISIX and 
the upstream (Redis). This is possible to do using the [admin 
API](https://apisix.apache.org/docs/apisix/admin-api/#stream-route) directly by 
specifying the `scheme` for the `upstream` to `tls` but cannot be done using 
the 
[`ApisixRoute`](https://apisix.apache.org/docs/ingress-controller/reference/apisix-ingress-controller/api-reference/#apisixroute)
 or 
[`ApisixUpstream`](https://apisix.apache.org/docs/ingress-controller/reference/apisix-ingress-controller/api-reference/#apisixupstream)
 resources.


-- 
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: notifications-unsubscr...@apisix.apache.org

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

Reply via email to