我正在使用Bluemix上的一个安全网关应用程序来创建虚拟机和Bluemix之间的安全网关隧道。我已经在虚拟机上安装了安全网关客户端,并为应用程序打开了端口。我创建了一个安全网关,并在Bluemix上配置了目的地详细信息。
然而,安全网关应用程序并没有连接到各个应用程序。在Bluemix上,它显示了每个目的地的以下状态:Active Destinations: 0
当我登录到VM并连接到安全网关客户端时,我会收到以下错误消息:
[2016-04-05 20:37:04.577] [INFO] (Client PID 1) The Secure Gateway tunnel is connected
[2016-04-05 20:37:04.895] [ERROR] (Client PID 1) The server failed to bring up the destinations associated with this gateway
[2016-04-05 20:37:04.906] [INFO] (Client PID 1) The Secure Gateway tunnel was disconnected
[2016-04-05 20:37:04.906] [INFO] (Client PID 1) Secure Gateway tunnel connection retry in 5 seconds
[2016-04-05 20:37:09.909] [INFO] (Client PID 1) Secure Gateway tunnel connection retry in 5 seconds我如何解决这个问题并完成在VM和Bluemix上的安全网关应用程序之间建立一个安全网关隧道,从而使应用程序可以从外部访问?谢谢。
发布于 2016-05-12 18:42:32
此问题是由于安全网关服务器在试图为您的目的地设置侦听器时遇到了一些错误,导致它向客户端发送消息,触发隧道断开连接。虽然不理想,但这通常可以通过简单地重新启动客户端来解决。
https://stackoverflow.com/questions/36439863
复制相似问题