mollie / mollie-api-php

Mollie API client for PHP

Home Page:http://www.mollie.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cURL timeout error message creating new payments

bedrijfsportaal opened this issue · comments

Specifications

  • API Version: latest

Describe the issue

I'm receiving timeout errors in cURL request, the status page isn't showing any related issues regarding this? Is this some server setting that needs to be increased or something?

ERROR - 2022-03-22 20:03:51 --> [2022-03-22T20:03:51+0100] cURL error 28: Resolving timed out after 2000 milliseconds (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://api.mollie.com/v2/payments

Apparently the problem was traced back to the firewall. This caused problems with the connection between Mollie and my application. Since 2 firewalls are already running, the 3rd was also redundant and therefore disabled. Now everything is running as it should!

Thanks for following up @bedrijfsportaal! Glad everything worked out ok.