Firefox can’t establish a connection to the server at ws://127.0.0.1
Categories
(Core :: Networking: WebSockets, defect)
Tracking
()
People
(Reporter: kexianbin, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:98.0) Gecko/20100101 Firefox/98.0
Steps to reproduce:
$ apt-cache policy firefox
firefox:
Installed: 98.0.1+build2-0ubuntu0.18.04.1
http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu hirsute/main amd64 Packages
user agent:
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:98.0) Gecko/20100101 Firefox/98.0
- make a index.html:
<script>var mywebsocket =new WebSocket(ws://127.0.0.1:6081);</script>
2.visit index.html from firefox 98
Actual results:
firefox console log show:
Firefox can’t establish a connection to the server at ws://127.0.0.1:6081/.
Failed when connecting: Connection closed (code: 1006)
I've tested index.html in chrome, it's ok there.
Expected results:
firefox connect ws://127.0.0.1:6081 successfully and the console log shows no error
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Networking: WebSockets' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•3 years ago
|
Comment 3•1 year ago
|
||
Hi Reporter,
Are you still able to reproduce this?
If yes, could you try to record a http log?
Comment 4•1 year ago
|
||
Redirect a needinfo that is pending on an inactive user to the triage owner.
:smayya, since the bug has recent activity, could you have a look please?
For more information, please visit BugBot documentation.
Updated•1 year ago
|
Comment 5•1 year ago
|
||
Closing this bug as there is no response from the reporter for the requested logs.
Feel free to open the bug once the requested logs are available.
Description
•