我在linux上安装的bluemix securegateway客户端出现错误:
[2017-10-03 04:08:05.791] [DEBUG](客户端ID 16583)Secure Gateway客户端将从https://sgmanager.ng.bluemix.net/sgconfig/[masked]获取其配置 [2017-10-03 04:09:08.882] [错误](客户端ID 16583)响应是代码:ETIMEDOUT,message:connect
这比较早,但突然停止连接。
客户端是否使用curl来访问上述配置网址?
答案 0 :(得分:0)
SG客户端不会专门使用curl,但它会在初始连接过程中向Child
发出HTTPS请求。根据此请求,将向ComboBox cmb = sender as ComboBox;
double heightOfComboBox = cmb.ActualHeight;
double heightOfPopup = 0.0;
Popup popup = cmb.Template.FindName("PART_Popup", cmb) as Popup;
if (popup != null)
{
FrameworkElement fe = popup.Child as FrameworkElement;
if (fe != null)
heightOfPopup = fe.ActualHeight;
}
double totalHeight = heightOfComboBox + heightOfPopup;
发出第二个HTTPS请求,其中#为1-5,具体取决于您特定网关的详细信息。
RUN chmod 777 /cassandra-start.sh
ENTRYPOINT ["/cassandra-start.sh"]
通常是由阻止您的请求的防火墙引起的,因此您可以使用telnet之类的东西来确认您的连接。成功的连接应类似于:
sgmanager.ng.bluemix.net
和
cap-sg-prd-#.integration.ibmcloud.com:9000