Forum Discussion
fujisen
Jan 11, 2011Nimbostratus
http to https irule
http to https redirect irule question
10.1.1.2 vip created on 80 andd 443
both use pool member 172.1.1.1 on 80
VIP on 80 has simple rediret irule http to https in place
...
Michael_Yates
Mar 16, 2011Nimbostratus
That makes more sense.
I would suggest adding logging to your HTTP to HTTPS iRule and see if your login request is being directed back to HTTP. If it is then it would make sense that your login attempts are failing.
when HTTP_REQUEST {
HTTP::redirect https://[getfield [HTTP::host] ":" 1][HTTP::uri]
log local0. "HTTP to HTTPS Redirect - Client [IP::client_addr]"
}
What I am guessing your problem is:
Initial Access - HTTP to HTTPS Redirected
HTTPS Login Page - Login Attempt is made. Submit is sent to HTTP://www.website.com
HTTP to HTTPS Redirect - Login Attempt cancelled by redirect.
The logging should tell you if this is your problem.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects