• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Working example with Coldfusion?

C

cfnick1

Guest
Does anybody have the API RPC working using Coldfusion? I'm unable to send or receive XML from plesk, which is on an SSL, using <cfhttp>. When attempting to receive XML back, the error messages are:
COM.Allaire.ColdFusion.HTTPFailure
Connection Failure: Status code unavailable

Connection failure


The server is a virtual server on Linux. Any idea how to get this working? Any Coldfusion code samples?
Thank you!
 
Hello,

COM.Allaire.ColdFusion.HTTPFailure: Thrown by CFHTTP when the Web server specified in the URL attribute cannot be reached.
This looks like a stupid question but...can your web server see the internet?

Some examples on how to use cfhttp can be found here:

http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p58.htm

If you still have any issues, please provide me exactly the source code that failed and I'll try to help you.
 
Solution found!

That was it, the mis-match on the SSL caused the cfhttp to fail!
 
Back
Top