Closed
Bug 783281
Opened 13 years ago
Closed 2 years ago
Firefox can't establish a connection to socket.io
Categories
(Core :: Networking: WebSockets, defect, P3)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: satyajeettripathy, Unassigned, NeedInfo)
Details
(Whiteboard: [necko-backlog])
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.79 Safari/537.1
Steps to reproduce:
I am trying to create a simple chat client using socket.io.
I am connecting using the following codeline:
var socket = io.connect('http://10.52.101.229:8000');
The URL formed :http://10.52.101.229:8000/socket.io/1/xhr-polling/MdR5aG5jsiIqhrEJ0d_0?t=1345128613138
Actual results:
Firefox can't establish a connection to the server at ws://10.52.101.229:8000/socket.io/1/websocket/MdR5aG5jsiIqhrEJ0d_0. @ http://10.52.101.229:8000/socket.io/socket.io.js:2371
Expected results:
It should ideally connected.
I have read about the trying to connect on HTTPS to WS, but in my case both are on HTTP.
Updated•13 years ago
|
Component: Untriaged → Networking: WebSockets
Product: Firefox → Core
Comment 2•12 years ago
|
||
alex: Do NOT use bugzilla.mozilla.org for testing, as this is a production Bugzilla!
Use https://landfill.bugzilla.org/ for testing Bugzilla instead!
Flags: needinfo?(satyajeettripathy)
Updated•10 years ago
|
Whiteboard: [necko-backlog]
Comment 4•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 5•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Updated•3 years ago
|
Severity: normal → S3
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•