Web API Connection refused error

All, our Application exposes a document through a Web API to our integration partner application (a MEAN full stack application). The partner application receives an intermittent error (1 in 5 attempts ends up in a failure) with this information on its Stack trace - "ECONNREFUSED". Though it seems more of a connectivity error between Appian and the partner system, I wanted to know if any of you have faced this challenge before exposing Web API's from Appian.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Hi Barani !

    This solution works if you are using filezilla as FTP client :
    Use the port number as 21 in filezilla while connection to server

    Here is the Procedure :

    Go to filezilla

    Click on File >> Site Manager
    Click on New Site option
    Supply the following details
    Host : ftp.yourdomain.com or server IP
    port : 21
    server type : FTPES – FTP over explicit TLS/ SSL
    {
    Note: If you are using latest version of fiezilla,
    Protocol: FTP-File Transfer Protocol
    Encryption: Require explicit FTP over TLS.
    }
    Logon Type : Normal
    User : your ftp user name
    password : your ftp password

    Click on connect

    Thanks,
    Ravi.
Reply
  • 0
    Certified Lead Developer
    Hi Barani !

    This solution works if you are using filezilla as FTP client :
    Use the port number as 21 in filezilla while connection to server

    Here is the Procedure :

    Go to filezilla

    Click on File >> Site Manager
    Click on New Site option
    Supply the following details
    Host : ftp.yourdomain.com or server IP
    port : 21
    server type : FTPES – FTP over explicit TLS/ SSL
    {
    Note: If you are using latest version of fiezilla,
    Protocol: FTP-File Transfer Protocol
    Encryption: Require explicit FTP over TLS.
    }
    Logon Type : Normal
    User : your ftp user name
    password : your ftp password

    Click on connect

    Thanks,
    Ravi.
Children
No Data