Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Too Many Redirects error

Paulo_Moura
Nimbostratus
Nimbostratus

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 3

Andrew-F5
F5 Employee
F5 Employee

Copy-paste your iRule for review.

, there is no iRule on VS.

Paulo_Moura
Nimbostratus
Nimbostratus

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
}