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...
Bob_James_87652
Nimbostratus
Jun 28, 2010Brendan,
Similar problems, now we have OWA working in SSL offloading mode (had to change registry on CAS server sides to get it working), but testing ActiveSync via iPhone gives us errors about unable to verify. I will be doing more testing but I am thinking the issue is on our Exchange side. The document for the setup of the single instance is what I used (didn't use the templates) and everything did work after we got the Exchange side fixed. It'a pretty simple ruleset - redirect to /owa add https, if RPC use source address afffinity, else use cookies. - (I think off top of my head)
This one should work (same as document) but remember it must go after the persistence rule:
when HTTP_REQUEST {
if { not ([HTTP::uri] starts_with "/owa") } {
HTTP::uri /owa[HTTP::uri]
}
}
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