Forum Discussion
skethi_183651
Jan 21, 2015Nimbostratus
How to Use Web Server for SSL instead of F5 via F5
Hello,
I am trying to use the Certs that are installed on the webserver instead of the certs on the F5. how can i achieve it.
skethi_183651
Nimbostratus
I have also read something about Proxy SSL on the Server Profile and Client profile. will this work for my issue?
skethi_183651
Jan 22, 2015Nimbostratus
Thank you Brad and Shaggy, I understood what you are saying now. But how can i create a iRule without Http Events/functions.
below is my current iRule which i use to redirect traffic to different pool, that is traffic redirect on the ports is key based on the URL how can i achieve the same functionality without using the HTTP Events/ Functions. What are the alternatives to below Events / Functions.
when HTTP_REQUEST {
if {[string tolower [HTTP::host]] equals "abc.com" } {
HTTP::redirect "http://123.com/homepage[HTTP::uri]" }
elseif {[string tolower [HTTP::host]] equals "123.com" } {
pool QA-WEB-444_Pool;
persist none; }
else { persist none }
}
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