FYI - there was a hotfix for cfexchange using form based auth. If you don't want to do forms based auth, you'll have to enable webdav exchange server. While I can't find the original e-mail, the hotfix is hf801-74297; it may be worth contact Adobe support and referencing that hotfix, to see what they have to say. I did a quick google, and wasn't able to find any links, but Adobe *is* aware of the issue.
Hth, Matt Frew Sr. Systems Programmer - Core Systems The Wharton School of the University of Pennsylvania 215-573-5924 / [email protected] -----Original Message----- From: Victor Moore [mailto:[email protected]] Sent: Tuesday, April 07, 2009 11:59 AM To: cf-talk Subject: Stumped by cfexchange integration Hello, I'm trying to use the new cf8 exchange integration and I can't make it work. Our company system admin assures me that the following are set: # IIS is set up and running on the Exchange Server. # /Exchange virtual directory is created in IIS. # "Allow" access to "Microsoft Exchange Server" in the "Web Service Extension" of IIS is set I have tried every combination that I can think of to connect: <cfexchangeConnection action="open" username ="#username#" password="#pass#" server="#exchangeServer#" protocol="https" formBasedAuthentication="true" formBasedAuthenticationURL="https://exchangeServer/owa" connection="testCon"> the username, pass and exchangeServer variables are correct and I can connect from CF server using a browser. I have tried with http and https, also with formBasedAuthentication and without. The Exchange server's cert is in the cert store of CF. The error I get is: "Unable to connect to the Exchange server using HTTP/HTTPS protocol. HTTP response code : 440" I have searched for this error and tried all the solutions posted with no luck. I'm running in circles and can't see what's going on. PLEASE HELP.. Thank you Victor ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321408 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

