Forum Discussion
Brendan_Hogan_9
Nimbostratus
Apr 06, 2010Trying to implement Exchange 2010
When testing Outlook Anywhere as well as Active Sync (using using www dot testexchangeconnectivity dot com/) site I receive the following error: "Initial Anonymous HTTP(s) request did not fail but An...
Mike_Leone_6274
Nimbostratus
Jul 27, 2010I think I might have it working....finally
On our http virtual server I have 1 iRule to rewrite incoming url and redirect the https server, we are an exchange hosting company so I need to this.
when HTTP_REQUEST {
if { [HTTP::host] contains "email" ||
[HTTP::host] contains "outlook" ||
[HTTP::host] contains "webmail" ||
[HTTP::host] contains "mail" }
{
HTTP::redirect "https:/mycas.mydomain.com/owa"
}
else {
HTTP::redirect https://[HTTP::host][HTTP::uri] <-non /owa requests (http://mycas.mydomain.com/ecp)
}
}
Then on the https server I have the append irule noted above and nothing else
when HTTP_REQUEST {
if { ([HTTP::uri] equals "/") } {
HTTP::uri /owa[HTTP::uri]
}
}
Lastly, and I think the missing part of puzzle. Edit the http profile used for you virtual servers and change this option "Redirect Rewrite" to All (should be set to MATCH).
We found that when "Redirect Rewrite" set to "match" the requests between the client and f5 would bounce from http to https to http and so on. And cause long load times
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