How to redirect Https to Https respons ?
Hii Everyone,
I have a problem with our client application Web.
I have VS port 443 (using SSL) and pool member 80. (IP VS 192.168.x.x:443 --> pool member 10.45.x.x:80 )
When client access port 443 at homepage still 443, but when user login to the homepage, its redirected from 443 to http (80). When I dump, the response from server is true (respons 443 TLS) because F5 respons must be 443.
The problem is why the user after login to the homepage redirected to HTTP, not HTTPS ?
We can't using this step:
1. we cannot change the pool member port 80 to member 443 because port 80 still use for internal application, so we cannot create redirected VS http to https.
2. Server can be change from 80 to port 443 because have not received permission from the client management.
So the question is :
Any irules to change the respons server to https when user login to the homepage ???
Thankyou.