Forum Discussion
jquinones82_469
Nimbostratus
Oct 10, 2013Proxypass or Irule to load regular http traffic on a https page....is this even possible
I have a site that I'm using the F5 for SSL offload. After deploying this, the site makes a JSON API call to brightcove to host some video and thumbnails on the site. Since we are now offloading SSL ...
Kevin_Stewart
Employee
Oct 17, 2013Right, so as Mohamed says, something like this:
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/brightcovethumb/" } {
HTTP::uri [string map {"/brightcovethumb/" "/"} [HTTP::uri]]
HTTP::header replace Host "brightcove.vo.linwd.net"
pool brightcove_pool
}
}
You may or may not either need to enable or disable SNAT. You could also, potentially, just change the URI and redirect the user to the real Brightcove server.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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