Hi, I get an error trying to connect to localhost:
Could not get any response
There was an error connecting to localhost3000.
Why this might have happened:
The server couldn’t send a response:
Ensure that the backend is working properly
Self-signed SSL certificates are being blocked:
Fix this by turning off ‘SSL certificate verification’ in Settings > General
Proxy configured incorrectly
Ensure that proxy is configured correctly in Settings > Proxy
Request timeout:
Change request timeout in Settings > General
found this solution and tried it with no good results:
set HTTP_PROXY=
set http_proxy=
set HTTPS_PROXY=
set https_proxy=
START %LOCALAPPDATA%\Postman\Update.exe --processStart “Postman.exe”
(used it in a bat file and ran the app from there…)
what is a colon between the host and the port, and how do I make it?
Some extra information for you, based on your question:
To create the colon symbol using a keyboard hold down the Shift key and press colon key, which is on the same key as the semicolon ( ; ) and directly to the right of the letter ‘L’ key.
I’m in the same situation (and I do know what a colon is). I’ve tried all of the solutions as stated above, but still get a ECONNNRESET when trying to access localhost:port. The server I’m using is from when I launch the API app in Visual Studio (IIS Express/Chrome). I can open the site in a browser no problem, but Postman even when run in a tab of the same browser does not work.
I can access other systems on the same local network and external sites no problem, just not the Visual Studio localhost:port.
I have the local agent installed.
Not sure where to go from here. The console output doesn’t provide any clues as to the problem.