Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error 102 (net::ERR_CONNECTION_REFUSED): The server refused the connection [closed]

I have developed the Facebook application, which clones the registration and sign_in part of my web site. The user can either register or sign in to my web site via Facebook. I have created a Simple HTML Page and embedded that page into facebook tab as a iFrame.

When I open the app as admin, its working fine, but when I asked my pal to check it out, it says page cant be loaded and gives this error

Error 102 (net::ERR_CONNECTION_REFUSED): The server refused the connection.

Kindly help me to solve this problem.

like image 262
Jeevan Dongre Avatar asked Feb 10 '12 14:02

Jeevan Dongre


1 Answers

Is your friend on the same network as you? This error message is typically one that you get when a firewall is preventing communication.

If there are no firewalls between your friend and the server, then it could also be a firewall on the server, or that the server is configured only to accept certain kinds of connections (which is very normal for a server). Can you tell us anything about your server and how it is configured?

like image 145
Dominic Cronin Avatar answered Sep 21 '22 21:09

Dominic Cronin