<server-name> redirected you too many times.

I want to make the configuration for the publication of 2 web services,

I have made the same configuration for both services, with a server queries are performed normally but with the other I have the following error

<server-name> redirected you too many times.

This is the config, for both VIP (the name and IPs are examples)

slb virtual-server VIP-SERV_PRUEBAS 10.10.10.10
port 80 http
service-group SG-SERV_PRUEBAS-HTTP
ng-waf
port 443 https
service-group SG-SERV_PRUEBAS-HTTP
template client-ssl TP-CSSL-CERT
ng-waf

Has this ever happened to you? How did you manage to solve it?

Comments

  • boteyeboteye Member, A10ers
    edited March 31

    Can you share which service is getting too many redirects?

    Are there any redirects configured on the backend server?

    Can you share any trace or Browser logs to see what redirects are sent?

  • cvacacvaca Member

    @boteye

    The client has http to https forwarding enabled
    When we remove this setting on the real server we get a 301, redirection error

    How can we handle this traffic if the client cannot change the forwarding?

  • john_allenjohn_allen Member, A10ers ✭✭

    Keep in mind that the 301 error is coming from the downstream server (unless you have more to your config than you are showing us.) You can verify this by doing a packet capture against the downstream server(s).

Sign In or Register to comment.