Forum Discussion
Sly_85819
Nimbostratus
Oct 13, 2009SSL pass-through configuration
Can someone tell me how to I configure SSL pass-through for Standard VS? Basically we dont want to have SSL offloading on LTM and the server should have SSL cert. I have used 2 options suggested by F5...
Mojdeh_Koushki_
Nimbostratus
Oct 17, 2005i have to ask my original question again :
i have this iRule, working in version 4.x , what would be it equal on ver 9.x ?
if (getfield(http_uri, '/', 2) matches_regex "[Ww][Ee][Bb][Aa][Pp][Pp]") {
redirect to "https://%h/%u"
}
else {
use pool WebApp-50
}