Forum Discussion

Paulo_Moura's avatar
Paulo_Moura
Icon for Nimbostratus rankNimbostratus
Aug 26, 2020

Too Many Redirects error

Hi friends,

 

I came across a curious problem about too many redirect error.

 

I`ve a VS:443 (Standard) with clientssl for secure.example.com* URL and also serverssl-insecure-compatible profile configured. My pool is pool.example.com:443.

 

When I browse to secure.example.com/rsa/, I access a form to log into website. After that, application should redirect my request to secure.example.com/welcome/. However, I receive a too many redirects error on web browser.

 

When I try to access web server directly ( reconfiguring redirection for your IP, of course ) , I have no problem.

 

My other profiles on VS ---> http (no special customatization), tcp-lan-optimized, tcp-wan-optimized and cookie persistence profiles.

Web Server Application ---> IBM ISAM ( Secure Access Manager ) performing HTTP transformation.

 

Any thoughts ?

 

 

3 Replies

  • Follow VIP configuration:

    ltm virtual /RSE/AM_RP_Novo_RSE5 {
    	destination /RSE/192.168.32.25:https
    	ip-protocol tcp
    	partition RSE
    	persist {
    		prf_prs_cookie_insert {
    			default yes
    		}
    	}
    	pool /RSE/pool_AM_RP_Novo_RSE5
    	profiles {
    		/RSE/profile_clientssl_secure.example.com_2020 {
    			context clientside
    		}
    		onneconnect { }
    		prf_http_xff { }
    		serverssl-insecure-compatible {
    		 context serverside
    		}
    		 tcp-lan-optimized {
    			context clientside
    		}
    		tcp-wan-optimized {
    			context serverside
    		}
    	}
    	source 0.0.0.0/0
    	translate-address enabled
    	translate-port enabled
    	vs-index 200
    }