localhost:8080 has something running on it which is giving "bad gateway", how do I get rid of it?

M1 MBPro. If I type in localhost:8080 into chrome, i get:


Bad Gateway

The proxy server received an invalid response from an upstream server.


So something is running on port 8080. If I got to advanced on network prefs, then look at the prox tab, nothing is checked or configured. I have no VPNs running, and I don have any antivirus or similar.


Any idea what is causing this, and if I can get rid of this proxy as I want to install some dev tools which run on 8080.

MacBook Pro (2020 and later)

Posted on Nov 10, 2021 1:50 PM

Reply

Similar questions

4 replies

Nov 10, 2021 2:50 PM in response to sfromgi

sfromgi wrote:

M1 MBPro. If I type in localhost:8080 into chrome, i get:

Bad Gateway
The proxy server received an invalid response from an upstream server.

So something is running on port 8080. If I got to advanced on network prefs, then look at the prox tab, nothing is checked or configured. I have no VPNs running, and I don have any antivirus or similar.

Any idea what is causing this, and if I can get rid of this proxy as I want to install some dev tools which run on 8080.



And what are you expecting at < localhost:8080 > ?


Java web application servers typically listen on port 8080



 sudo lsof -i :8080 | grep LISTEN 

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

localhost:8080 has something running on it which is giving "bad gateway", how do I get rid of it?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.