eszer_28053
Apr 26, 2012Nimbostratus
Throttle https virtual server requests, with non terminated ssl connections
This is what I'd like to implement:
---- https request ---- \ F5 ----- https request --- \ Web server
---- client certificate - / irule https Throttle ---- client certificate - /
I'm trying to use http throttle v10 and above: https://devcentral.f5.com/wiki/iRules.HTTP-Request-Throttle-version-10-1-and-above.ashx
Without ssl-termination, https virtual server doesn't work when applying an http profile.
This is the http-profile I'm using:
ltm profile http /Partition1/profile_HTTP {
app-service none
defaults-from /Common/http
}
Is it possible to throttle https request through irule https with non f5 ssl termination?
Is it possible to configure a http profile for a https virtual server?