Skip to main content
Participant
July 7, 2009
Question

Cfexchangeconnection tag not working for exchange server 2007

  • July 7, 2009
  • 2 replies
  • 1118 views

We are using Coldfusion 8 -  64 bit. Over week end,  we migrated from Microsoft exchange 2003 to Exchange 2007. We are using cfexchangeconnection tag to get emails from exchange to our application. After recent update to exchange 2007 this tag is not working. we are getting following error

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

We have tried following :

1. the certificate checked and is ok and lacated in right directory.

2. We are using form based authentication

Any help on this will be highly appreciated.

Thanks

santy

    This topic has been closed for replies.

    2 replies

    August 5, 2009

    If this is a migration to a new server I would check some things.

    Firewall access rules allow port 80 and 443, for a network firewall, and if a new server windows firewall (think Win Server 2008 firewall is enabled by default).

    For SSL connections, is the install certificate on the server match the server name you are connecting to in full?  Maybe an old certificate or something got installed on the exchange server.

    I haven't used this tag, but maybe you could try the username as blah@domain.com, if you are just using "blah".

    Byron Mann

    mannb@hostmysite.com

    byronosity@gmail.com

    Software Architect

    hosting.com | hostmysite.com

    http://www.hostmysite.com/?utm_source=bb

    bholenathAuthor
    Participant
    August 6, 2009

    Thanks Byron For your reply.

    We checked the fire wall setting, it is okay.

    The certificate is at right location and checked too!. Presently we are in touch with Adobe Coldfusion developer team to resolve this issue. It looks likethe issue is related to Exchange 2007 set up. Parallely I have developed dot net com component to communicate with exchange server and it is working fine.

    santy

    August 3, 2009

    Same issue here but we're using 32-bit.  I'm trying to use <cfexchangecontact> with <cfexchangeconnectio> to create contact records.