HTTP to HTTPs redirect with a twist
Lab goal
The main page should be using HTTP but all the other elements should be using SSL.
Setup
Alteon configuration
So all is left is to create a VIP/virt with services HTTP and HTTPS
1 | /c/slb/virt 86_13 |
Lines 8-10 - Source NAT. Without it traffic from the server will go directly to client without going first through the Alteon.
Now for the AppShape script:
1 | when HTTP_REQUEST { |


