• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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