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:321405
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to