I am trying to test out the new cfexchange tags in Colldfusion 8 so that I can integrate in with our intranet at some point but am having some difficulty.
I am just testing by using the tag: <cfexchangeconnection action="open" connection="myConn" server="192.168.0.20" protocol ="http" username="myUsername" password="myPassword" formbasedauthentication="true"> I keep getting the error, Unable to connect to the Exchange server using HTTP/HTTPS protocol. HTTP response code : 302 Here is what I have currently checked. 1) I can ping the exchange server from the server that is running Colfusion 8 2) The Exchange server has "allow" for MS Exchange Server in the "Web service Extension" of IIS 3) Outlook Web Access is working and is enabled for my user account 4) Rechecked the ip address of the Exchange Server 5) tried username/passsword combo that I use for Exchange and OWA and even tried appending [EMAIL PROTECTED] 6) I have also tried using protocol="https" and used the keytool option to install the certificate to the Coldfusion server. I get the message "SSLHandshakeException when connecting to the Exchange server at 192.168.0.20 using HTTPS protocol. The SSL certificate installed on the Exchange server is not found on the ColdFusion server. Ensure that the required certificates are installed in the certificate store of the JVM". Anyone have any ideas to test further Thanks, Brian ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293157 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

