Forum Discussion
Angel_Martinez_
Nimbostratus
Nov 03, 2008Command returned bad code: 12 while executing
Hi
we're "playing" with this iRule:
when SERVER_CONNECTED {
listen {
proto 17
timeout 60
bind [LINK::vlan_id] [IP::loca...
I assume you have two virtual servers configured on the same IP address: one on port 80 and 443. Do you have the same rule applied to both VIPs? If so, it looks like the rule should be working fine.
When a client requests https://www.mydomain.com/konto, does the BIG-IP log the host and URI you are expecting? Does the client actually receive the redirect to https://www.mydomain.com/ed/konto? You can use HTTP watch for IE or LiveHTTPheaders for Firefox to check the response the client gets.
Aaron
- Deb_Allen_18Jan 19, 2008Historic F5 AccountIs that a header the server needs to see in order to know that there's an HTTPS proxy between itself & the client?