ERROR: Send Request action: 0 response.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abidoss
    Senior Member
    • Mar 2023
    • 230

    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
  • yuri
    Member
    • Mar 2014
    • 8455

    #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.​"
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • abidoss
      Senior Member
      • Mar 2023
      • 230

      #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

      • yuri
        Member
        • Mar 2014
        • 8455

        #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.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • yuri
          Member
          • Mar 2014
          • 8455

          #5
          You can try too run the CURL command without Espo for debugging.
          If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

          Comment

          • abidoss
            Senior Member
            • Mar 2023
            • 230

            #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...