I ran into this problem a while back and thought Iโd share my troubleshooting steps with the other professionals out there.
When trying to configure Outlook Anywhere at Some Company and using the https://www.testexchangeconnectivity.com/ to test, I kept getting the following error:
Testing Http Authentication Methods for URL https://mail.domain.ca/rpc/rpcproxy.dll |
|||||
Http Authentication Test failed |
|||||
|
Hereโs the detailed test results:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
As it turns out, when the RPC Windows component is installed, โEnable anonymous accessโ is enabled. The correct setting should be โIntegrated Windows authenticationโ and โBasic authenticationโ.
Once the proper settings were checked and iisreset was ran, the test ran correctly with:
Testing Http Authentication Methods for URL https://mail.domain.ca/rpc/rpcproxy.dll |
|||||
Http Authentication Methods are correct |
|||||
|
10 Responses
Thank you very much for this information. I recently worked on an active sync issue which was resolved after installing sp2 for exchange 2003. Unfortunately this broke RPCoverHTTP. I had searched several webistes prior to with no success. Your permissions on the RPC directory was spot on!
Glad that the post helped. ๐
Just helped me out as well. Much appreciated Terence. I had ripped out IIS and client access and reinstalled them, and set up virtual directories again. RPC over HTTP had defaulted to anonymous after reinstalling just like you said.
Thanks for posting!
Thank you for taking the time to post this.
I had already checked a bunch of IIS settings (including this one) from the excellent article at http://www.experts-exchange.com/Software/Server_Software/Email_Servers/Exchange/A_1798-Exchange-2003-Activesync-Connection-Problems-FAQ.html. The settings was right, and after a reboot the problem persisted. I wouldn't have checked the settings again except for you having the exact cause listed here. I checked again and sure enough anonymous was set! It's as though the change was made but the UI didn't update until a restart. In any event unticking it fixed the issue.
This worked for me too. Thanks. This worked on a SBS 2003 server.
Greatly appreciated! Worked for me as well. Exchange 2003 on Windows 2003 Server Standard Edition SP2.
TTTHHHHAANNNNNK you!!!!!! ๐
TTTHHAANNNNKKK YOU!!!!!
indeed…
This comment has been removed by the author.
Thank you so much for leaving this topic live on your blog. It just saved my bacon. You da man!