gpt4 book ai didi

azure-service-fabric - HTTPS 终结点在 Service Fabric 本地群集中不起作用

转载 作者:行者123 更新时间:2023-12-04 00:15:09 25 4
gpt4 key购买 nike

我能够在本地服务结构集群中运行无状态服务。但是,当我添加 https 端点时,激活失败。

我做了以下更改:

服务 list .xml:

<Endpoint Name="ServiceEndpoint" Type="Input" Protocol="https" Port="443" CertificateRef="my_api_cert" />

应用程序 list .xml:

<Policies>
<EndpointBindingPolicy EndpointRef="ServiceEndpoint" CertificateRef="my_api_cert" />
</Policies>
<Certificates>
<EndpointCertificate X509FindValue="[Api_SslCertHash]" Name="my_api_cert" />
</Certificates>

我也将新创建的证书上传到本地机器\我的商店。

我在集群管理器中收到以下错误:

Error event: SourceId='System.Hosting', Property='Activation:1.0:1.0'. There was an error during activation.



这个问题的解决方案是什么?

最佳答案

正如其他人所提到的,当证书指纹不正确时,就会发生这种情况。然而,指纹不正确有一个特定的原因,可能会令人沮丧地发现它应该得到自己的答案。

我来报价 TChiang phorego (Partner) from the MSDN forums (强调我的):

The trick is that when you copy the thumbprint from the certificate store, it comes with some hidden characters in the front (when I place the cursor at the front and press <- the cursor will not advance left), so when you paste it into the manifest, SF cannot install the service. So just make sure you remove the hidden characters and then it will be ok.

关于azure-service-fabric - HTTPS 终结点在 Service Fabric 本地群集中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41248315/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com