Getting "Could not get any response" back only in POSTMAN

I always prefer POSTMAN for my API interactions. Sometimes I face issues with few of the URLs where I get “Could not get any response”. There was an error connecting to https://…/URL.

The same URL and response works fine in SOAPUI and Fiddler.

Can anyone please let me know if there is anything that needs to be enabled or I need to check for ?

Nope. I’d check SSL settings etc though.

Is it possible to check if remote server responses and if not to return failed test result instead of error “Could not get any response”?