Error: connect ETIMEDOUT 205.143.207.33:443 in POSTMAN MONITOR

Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.

I am trying to set up a monitor for collection. The request works perfectly on Runner but in monitor it gives the error:

Error: connect ETIMEDOUT 205.143.207.33:443.

This is complete Log:

REDIS CACHE 1 #noscript-content { background: white; padding: 16px 32px; border-radius: 3px; max-width: 600px; margin: 100px auto; color: #282828; } #noscript-content p, #noscript-content ul { line-height: 1.7; } #noscript-content ul { padding-left: 24px; } #noscript-content li { margin: 8px 0; } #user-data-scope { display: none; }

14:15:18Preparing run.

14:15:33Running…Hide run logs

Line Number Timestamp Console Output
1 14:15:34 REDIS CACHE 1 started
2 14:15:34 https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
3 14:15:34 POST https:/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
4 14:17:43 Error: connect ETIMEDOUT 205.143.207.33:443
5 14:17:43 REDIS CACHE 1 finished

14:17:43Run failed.

Not sure what is wrong here?
I am working from Home so connected to work computer via VPN and from there i am placing this request.

@singhsivcan

Hi, Do you have any idea , why this might be happening.

Looks like the request will only go through if your VPN is connected.
This is probably why it’s working locally when you’re running it using the collection runner but in the monitor setup, there’s no VPN there thus the request is failing since monitor is unable to reach that server.

@singhsivcan @sharma.nancy - I’m having similar issue as APIs are available through VPN only and work fine when I execute runner or any of API. But when I schedule the monitor collection or invoking via webhook I’m getting time out. Is there any solution for this?