Forum Discussion
Dan44
Altostratus
Feb 04, 2021Mix HTTP and HTTP Nodes
Hi everyone, I have a special use case and I am not sure if it works like this. Maybe someone already has experience with it. I have a virtual server with port 443. There is a client SSL profil...
Feb 04, 2021
Hi Dan44,
Assign serverssl profile to VS.
Change the iRule according to your need and assign it.
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/api" } {
pool poolA
}
else {
SSL::disable serverside
pool poolB
}
}
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