Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Can't establish connection to localhost

  • 3 个回答
  • 28 人有此问题
  • 1 次查看
  • 最后回复者为 Rewt0r

more options

Hi There,

As of today I seem to be having a strange issue with Firefox 31, I'm unsure as to when this problem began as I haven't developed on this project for around 2 weeks. I have a PHP Development server running on localhost port 8000 using the following command: "bin\php -S localhost:8000 -c php.ini" (without quotes)

Upon trying to connect to this server via Firefox I'm presented with "Firefox can't establish a connection to the server at 127.0.0.1:8000." the message adjusts to show "localhost:8000" when connecting via that method, I've tried running Firefox in Safe Mode, reinstalling Firefox and also changing the network settings to "No Proxy" from "Using system proxy settings".

I'm able to connect through Chrome, IE and also by running a cURL command.

Hi There, As of today I seem to be having a strange issue with Firefox 31, I'm unsure as to when this problem began as I haven't developed on this project for around 2 weeks. I have a PHP Development server running on localhost port 8000 using the following command: "bin\php -S localhost:8000 -c php.ini" (without quotes) Upon trying to connect to this server via Firefox I'm presented with "Firefox can't establish a connection to the server at 127.0.0.1:8000." the message adjusts to show "localhost:8000" when connecting via that method, I've tried running Firefox in Safe Mode, reinstalling Firefox and also changing the network settings to "No Proxy" from "Using system proxy settings". I'm able to connect through Chrome, IE and also by running a cURL command.

由Rewt0r于修改

被采纳的解决方案

Hi guis2,

Referring back to the page you linked to, it seems that the IPv6 section applied to my issue somewhat. For some reason network.dns.disableIPv6 was already set to true however once I set this to false localhost:8000 began to work.

定位到答案原位置 👍 4

所有回复 (3)

more options

This may help check out: [about:networking] In the developer toolbar you can see if there is a cookie with local host stored as well with : cookie list And please also try these steps: Firefox can't load websites but other browsers can

more options

Hi guigs2,

about:networking gives no more information than I already know, after navigating to "localhost:8000" there's an entry in the DNS tab:

Hostname Family Addresses Expires (Seconds) localhost ipv4 127.0.0.1 46

Http Tab Hostname Port SPDY SSL Active Idle localhost 8000 false false 0 0

I've already cleared my cache and cookies and as a result "cookie list" produces "No cookies found for host localhost:8000"

I've already taken the steps in the link you provided (refer to original post), changing proxy settings has no effect, reinstalling has no effect, running firefox in safemode has no effect, firefox is allowed in the Windows firewall (not that this would make a difference since it's localhost)

more options

选择的解决方案

Hi guis2,

Referring back to the page you linked to, it seems that the IPv6 section applied to my issue somewhat. For some reason network.dns.disableIPv6 was already set to true however once I set this to false localhost:8000 began to work.