globalpayments / node-sdk

GNU General Public License v2.0
23 stars 27 forks source link

connect ETIMEDOUT when using remote api #30

Closed micknolan closed 3 years ago

micknolan commented 3 years ago

Hi,

I keep getting an ETIMEDOUT when trying to perform card.charge() on your remote api. The api url is https://api.sandbox.realexpayments.com/epage-remote.cgi

The error is: Error: connect ETIMEDOUT 193.105.253.183:443 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1129:14) { errno: 'ETIMEDOUT', code: 'ETIMEDOUT', syscall: 'connect', address: '193.105.253.183', port: 443 }

The gateway configure fine without issue but card.charge() timesout. I have a valid shared secret and merchant id.

Any suggestions ?

KR, M.

micknolan commented 3 years ago

Proxy issue, closing now.