Skip to main content
January 24, 2012
Question

Connect with Exchange server

  • January 24, 2012
  • 1 reply
  • 1111 views

We are using Coldfusion 9 and Exchange Server 2010.
I installed the certificate in CF 9.

The Exchange server is configured for using OWA.

With the follwing code:

<cfexchangeConnection

    action="open"

    username="<username>"

    password="<password>"

    server="<ip-address>"

    protocol="https"

    connection="testconn1">

I get following error:

Unable to connect to the Exchange server using HTTP/HTTPS protocol.

HTTP response code : 302

Anybody any ideas how to cennect with CF 9 to Exchange 2010?

regards

Feike

This topic has been closed for replies.

1 reply

Owainnorth
Inspiring
January 24, 2012

I seem to remember something about Exchange 2010 dropping WebDav which CF requires or something, and basically it won't work until CF10. Unless there's been some kind of update or someone knows more than I do about it.

Certainly tried it myself and just hit a brick wall.

Inspiring
January 24, 2012

That's basically it: you can't.  Well not with the <cfexchange> tags anyhow.  You'd need to roll yer own API to talk to the Exchange box's web services.

--

Adam