Search This Blog

Monday, August 27, 2012

Exchange 2010 SP2 OWA http issues

Exchange OWA error: "Your request couldn’t be completed. This may have occurred for security reasons or because your session timed out"

refer to http://www.exchangedude.net/index.php/2012/01/owa-2010-sp2-your-request-couldnt-be-completed-this-may-have-occurred-for-security-reasons/ for a solution.

Another solution would be to change to ssl.

1 comment:

Unknown said...

The solution is editing the web.config file and change the requireSSL=”true” to “false” , see the steps below :

Find the Outlook Web App Web.config file on the Client Access server. The default location is Program FilesMicrosoftExchange ServerClientAccessOwa.
Make a backup copy of the file (Important!)
Open the original file using Notepad.
Find httpCookies httpOnlyCookies=”false” requireSSL=”true” domain=”” and change the requireSSL flag to false.
Save and close the file.
For the new settings to take effect, open a Command Prompt window, and then type iisreset to restart IIS.