Forum Discussion
Jhunclaudio_106
Nimbostratus
Aug 31, 2009iRule to match on the URL and then perform encryption and send traffic to designated web servers
Hi,
I am new with Irules formulation and i have a requirement base on the subject.
I have a current virtual server acceppting HTTPS from the internet and redirect the web traffic via HTTP in my http pool. but a new requirement to protect the customer information communication from BIGIP 8800 to our Web servers by redirecting customer login URL to our WEb servers via HTTPS using https_pool. How can i achieve this requirement using the existing virtual server.
Many thanks in advance for your time looking on my issues.
- L4L7_53191
Nimbostratus
This shouldn't be a problem. Have a look here for some of your options: http://devcentral.f5.com/Default.aspx?tabid=53&view=topic&postid=14536Pasted from http://devcentral.f5.com/Default.aspx?tabid=53&view=topic&postid=14536 when HTTP_REQUEST { Check if request matches the criteria to disable server-side SSL if { [HTTP::uri] starts_with "/clear"}{ disable SSL on the serverside context SSL::disable serverside select the http pool pool http_pool } else { default is to use server-side SSL and the https pool pool https_pool } }
- Jhunclaudio_106
Nimbostratus
Thanks Matt for the response, I will try to create an irule that have a similar setup and do testing.
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