Forum Discussion
Goran_Blomquis1
Nimbostratus
Aug 31, 2005change respons HTTP to HTTPS
Hi all,
Maybe this is an easy question.
Using BigIp for SSL offload to a Exchange server. Exchange server respond with a 302 redirect and send "Location: http://whatever.se/exchange/\r...
adamp_1519
Nimbostratus
Sep 10, 2008I have re-written the 302-redirect, and so far OWA on Exchange 2007 seems fine.
i use this fairly global rule, however i bind the irule to the webmail virtual-server only.
when HTTP_RESPONSE {
if { [HTTP::is_redirect] }{
HTTP::header replace Location "[string map {"http://" "https://"} [HTTP::header Location]]"
}
}
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