Connect with Exchange server
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
