错误102(net :: ERR_CONNECTION_REFUSED):服务器拒绝连接

时间:2023-01-13 15:51:41

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.

我开发了Facebook应用程序,它克隆了我的网站的注册和sign_in部分。用户可以通过Facebook注册或登录我的网站。我创建了一个简单的HTML页面,并将该页面作为iFrame嵌入到facebook选项卡中。

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.

请帮我解决这个问题。

1 个解决方案

#1


12  

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?

如果您的朋友和服务器之间没有防火墙,那么它也可能是服务器上的防火墙,或者服务器配置为仅接受某些类型的连接(这对于服务器来说非常正常)。您能告诉我们您的服务器及其配置方式吗?

#1


12  

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?

如果您的朋友和服务器之间没有防火墙,那么它也可能是服务器上的防火墙,或者服务器配置为仅接受某些类型的连接(这对于服务器来说非常正常)。您能告诉我们您的服务器及其配置方式吗?