我们有一份申请。我们使用Citrix Presentation4.5服务器通过IIS发布应用程序。
应用程序可以从内部使用私有IP访问。效果很好。
每当我们尝试从外部访问应用程序时,它都会显示Citrix用户名/password页面。但是当我们输入凭据时,我们会收到这样的信息
Network Error (tcp_error)
A communication error occurred: "Connection refused"
The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.我们使用web浏览器上的公共IP访问应用程序。
几天来一切都很好,然后我们突然开始面对这个问题。
防火墙上没有阻塞。当我在客户端外部使用数据包嗅探器时,我可以看到TCP握手的发生。然后我们可以看到此消息HTTP1.1服务不可用。我还注意到,每当我清除客户端web浏览器的缓存时,连接就会通过。
下面是事件日志
Event Type: Error
Event Source: Web Interface at c:\inetpub\wwwroot\Citrix\AccessPlatform1
Event Category: None
Event ID: 0
Date: 10/20/2011
Time: 2:17:08 PM
User: N/A
Computer: apple
Description:
The description for Event ID ( 0 ) in Source ( Web Interface at c:\inetpub\wwwroot\Citrix\AccessPlatform1 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: The server name "apple.x.ae" cannot be resolved. This message was reported from the XML Service at address "http://apple.x.ae:80/scripts/wpnbr.dll". This XML Service could not be contacted and will be temporarily removed from the list of active services. [Log ID: 370d6bc3].
Event Type: Warning
Event Source: SQLBrowser
Event Category: None
Event ID: 3
Date: 10/20/2011
Time: 2:15:37 PM
User: N/A
Computer: apple
Description:
The configuration of the AdminConnection\TCP protocol in the SQL instance CITRIX_METAFRAME is not valid.发布于 2011-12-22 18:02:36
您可以查看站点的IIS配置,以查看它是否设置为响应公共IP。您可能只将其配置为内部IP。
另一件要研究的事情是,它是否也为该IP上的SSL进行了适当的配置。
https://serverfault.com/questions/343397
复制相似问题