Terrence, Thanks for the information. I have it working now.
I am running only a single instance of ColdFusion. I copied the most recent version of the cacerts file to the other directories and it allowed it to connect. Thanks again! Brian Case SR. MLS Technical Support Rep Tucson Association of REALTORS® / MLS 2445 N Tucson Blvd. Tucson, AZ 85716 Ph: (520) 795-1293 Fax: (520) 322-6613 Direct Line: (520) 382-8802 http://www.tarmls.com http://www.tucsonrealtors.org mailto:[EMAIL PROTECTED] -----Original Message----- From: Ryan, Terrence [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 13, 2007 8:57 AM To: CF-Talk Subject: RE: Trouble Using Exchange Tags Okay, so you have to use https, that explains perfectly why you can't do it with http. Let me try again. Taking another look at the error message, it looks to me like the certificate on the exchange server isn't properly installed on the ColdFusion box. Do a search for "cacerts" If you are using a single instance of ColdFusion it should be in ColdfusionDir/runtime/jre/lib/security, If you are using Jrun it should be in Jrun/jre/lib/security Make sure the date on the file matches when you used the keytool. If not you could be experiencing the same problem I was in this post: http://www.numtopia.com/terry/blog/archives/2006/07/importing_ssl_certificates_with_keytool_finally.cfm Terrence Ryan I.T. Director Wharton Computing and Information Technology E-mail: [EMAIL PROTECTED] -----Original Message----- From: Brian Case [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 13, 2007 9:30 AM To: CF-Talk Subject: RE: Trouble Using Exchange Tags It's being served up by the exchange server. The redirect may be in due part because if you type the address (mail.ourdomain.com) with http to get to OWA it redirects it to https. Thanks for the response. Any other ideas? Brian Case SR. MLS Technical Support Rep Tucson Association of REALTORS® / MLS 2445 N Tucson Blvd. Tucson, AZ 85716 Ph: (520) 795-1293 Fax: (520) 322-6613 Direct Line: (520) 382-8802 http://www.tarmls.com http://www.tucsonrealtors.org mailto:[EMAIL PROTECTED] -----Original Message----- From: Ryan, Terrence [mailto:[EMAIL PROTECTED] Sent: Monday, November 12, 2007 9:29 PM To: CF-Talk Subject: RE: Trouble Using Exchange Tags Is the OWA actually being served up by the Exchange Server or is another server running OWA? The 302 means that it is trying to redirect you to another server. Terrence Ryan I.T. Director Wharton Computing and Information Technology E-mail: [EMAIL PROTECTED] -----Original Message----- From: Brian Case [mailto:[EMAIL PROTECTED] Sent: Monday, November 12, 2007 4:46 PM To: CF-Talk Subject: Trouble Using Exchange Tags 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293220 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

