25-Aug-2020 18:23
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 ?
26-Aug-2020
09:34
- last edited on
24-Mar-2022
01:15
by
li-migration
, there is no iRule on VS.
26-Aug-2020
09:47
- last edited on
04-Jun-2023
21:18
by
JimmyPackets
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
}