If it's the problem in the liveDocs it has to do with importing the SSL
certificate into the keystore... But the error makes me think you have an
older version of CF - what version are you running?
 

-----Original Message-----
From: Dawn Sekel [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 06, 2006 1:08 PM
To: CF-Talk
Subject: SSL Problem? CFHTTP getting COM.Allaire.ColdFusion.HTTPFailure

Hi:

I've been searching message boards trying to understand what the following
message means:

Error Type: COM.Allaire.ColdFusion.HTTPFailure
Error Message: Connection Failure: Status code unavailable

This is my source code:
  <CFTRY>
    <CFHTTP url="http://myurl.com"; method="get" throwOnError="yes">
    <CFCATCH type = "Any">
      <CFOUTPUT>
     Error Type: <i>#Cfcatch.Type#</i><br>
     Error Message: <i>#cfcatch.Message#</i><br>
      </CFOUTPUT>
      <CFABORT>
    </CFCATCH>
  </CFTRY>

The above CFHTTP command worked fine on our test server, which does not have
an SSL certificate installed (Windows Server 2003 -- IIS).  But when we move
it to production (again Windows Server 2003, IIS), we are getting the above
error.  The only clues I've found in Adobe LiveDocs is someone saying "FYI,
if coldfusion needs you to import an SSL certificate, and you are using
"throwOnError=yes", the exception won't exactly lead you right to the heart
of the problem. Exception type is "COM.Allaire.ColdFusion.HTTPFailure" and
the message is "Connection Failure: Status code unavailable," which is
probably shared with several other types of problems." 

And someone else saying:  "CFHTTP will not post to an https page with an
expired certificate. This isn't a bug but the error message isn't very
informative: 
COM.Allaire.ColdFusion.HTTPFailure Connection Failure: Status code
unavailable.

We just recently purchased an SSL certificate for our production server and
installed it under IIS -- but I don't have a clue on what to do in
ColdFusion.  Can anyone give some things to try?

Thank you in advance for any help you can give! 

Dawn



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259348
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to