kayx23 commented on issue #2537:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/2537#issuecomment-3244324907

   Might be missing the BackendTrafficPolicy configuration that configures the 
HTTPS scheme? e.g.
   
   ```yaml
   apiVersion: apisix.apache.org/v1alpha1
   kind: BackendTrafficPolicy
   metadata:
     name: passhost-node
   spec:
     targetRefs:
     - name: test-health-service
       kind: Service
       group: ""
     scheme: https
   ```
   
   Please check out the ingress controller docs under the TLS and mTLS section 
to see if anything helps: 
https://docs.api7.ai/apisix/how-to-guide/traffic-management/tls-and-mtls/configure-upstream-https


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