Announcement

Collapse
No announcement yet.

ERROR: Send Request action: 0 response.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ERROR: Send Request action: 0 response.

    I tried to send an HTTP request from my CRM, but I keep receiving this error. I'm confident that the parameters are correct because I tried sending the same parameters from Postman, and it works fine.

    [2023-11-02 10:04:51] ERROR: Process 6543744343f82fc5a element 33u051taek: Workflow: Send Request action: 0 response.
    Attached Files

  • #2
    "If cURL is returning a HTTP code of 0, it usually indicates that cURL was unable to communicate with the server. This can be caused by a number of issues, including network connectivity problems, issues with the server, or problems with the cURL configuration.​"

    Comment


    • #3
      Hello Yuri, it seems that I have no issues when making the same request to the server from the development environment. However, in the production environment, I encounter this problem. The difference between the two environments is that the development environment is on a Linux system without using an HTTPS security certificate, while the production environment is on a Windows 2019 server with WampServer and an HTTPS certificate. Could this be causing the problem?

      Comment


      • #4
        I'm not a server configuration specialist let alone have skills to configure windows sever via text on the forum. I'm developer. Your server can't connect via CURL to a remote address. I recommend either try too google the issue or seek a specialist for help.

        Comment


        • #5
          You can try too run the CURL command without Espo for debugging.

          Comment


          • #6
            This solved my problem.

            [WAMP] cURL error 60: SSL certificate: unable to get local issuer certificate - curl-error-60-ssl-certificate-unable-to-get-local-issuer-certificate.md



            Thank you

            Comment

            Working...
            X