问题描述
我们正在运行本地服务结构群集。我们正在使用Windows安全性来控制谁可以管理群集。
当连接到网关端点以使用配置管理器时,我们当前正在通过HTTP连接,但是我们希望通过HTTPS连接。
我们添加了用于连接到反向代理的SSL证书,并且我们希望使用该证书来连接到网关端点。
我可以在群集上生成的配置中看到HttpApplicationGatewayEndpoint端口正在使用https,我认为此端口已打开,因为我设置了“ ReverseProxyCertificate”设置。
<NodeType Name="NodeType0">
<Endpoints>
<ClientConnectionEndpoint Port="19000" />
<LeaseDriverEndpoint Port="19002" />
<ClusterConnectionEndpoint Port="19001" />
<HttpGatewayEndpoint Port="19080" Protocol="http" />
<HttpApplicationGatewayEndpoint Port="19081" Protocol="https" />
<ServiceConnectionEndpoint Port="19003" />
<ApplicationEndpoints StartPort="20001" EndPort="20031" />
<EphemeralEndpoints StartPort="49152" EndPort="65535" />
</Endpoints>
<PlacementProperties>
<Property Name="NodeTypeName" Value="NodeType0" />
</PlacementProperties>
</NodeType>
如何使HttpGatewayEndpoint具有Protocol =“ https”而不是“ http”?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)