Someone has had this kind of inconvenience
I have the following topology
A10 → SW → SERVERS
I currently have 3 web servers, two of which are working normally, and have practically the same configuration as below.
This is the config for the server that is not working.
!
slb server server server-error 10.10.10.10
port 80 tcp
port 443 tcp
!
slb service-group SG-server-error tcp
member server-error 80
member server-error 443
!
slb virtual-server VIP-SERVER-ERROR 10.20.20. 20
port 80 http
source-nat auto
service-group SG-server-error
ng-waf
port 443 https
source-nat auto
service-group SG-server-error
template client-ssl cert-server-error-client
ng-waf
But when querying, I get a 301 error which means that I have a redirection loop
I have made changes in the A10 configuration, such as creating two different service groups for each port independently, ssl server certificates, aflex so that the redirection is done by the a10, and with all of them I get the same 301 error.
Have you ever had something similar happen?