You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redirecting from http to https with a Responder Policy results in a browser error with "Too many redirects". This appears to be the case due to responder policy being bound to the load balancer instead of the content switch.
To Reproduce
Steps
We have a Netscaler VPX in front of a AKS cluster with overlay networking, as well as cert-manager with HTTP ACME challenges.
We have a rewritepolicy to enforce SSL for everything except the HTTP01 challenge routes required by cert-manager.
We attach this policy to the ingress with the annnotation ingress.citrix.com/rewrite-responder_crd: httpsredirect
A request to http://hostname.com/.well-known/acme-challenge/... functions as expected. A request to http://hostname.com/... is redirected to https://... correctly but then there is an endless loop of redirects that result in a browser error.
Version of the NetScaler Ingress Controller
2.2.10
Version of MPX/VPX/CPX
Environment variables (minus secrets)
Nothing special, deployed with helm, NS_IP and credential secret set.
Expected behavior
If the responder policy were set on the content switch it should work from what I understand.
The text was updated successfully, but these errors were encountered:
Describe the bug
Redirecting from http to https with a Responder Policy results in a browser error with "Too many redirects". This appears to be the case due to responder policy being bound to the load balancer instead of the content switch.
To Reproduce
ingress.citrix.com/rewrite-responder_crd: httpsredirect
http://hostname.com/.well-known/acme-challenge/...
functions as expected. A request tohttp://hostname.com/...
is redirected tohttps://...
correctly but then there is an endless loop of redirects that result in a browser error.NS_IP
and credential secret set.Expected behavior
If the responder policy were set on the content switch it should work from what I understand.
The text was updated successfully, but these errors were encountered: