English 中文(简体)
运输安保部使用网络HttpBelle时中断的连接
原标题:Connection interrupted when using WebHttpBinding in Transport SecurityMode
  • 时间:2009-08-28 09:07:32
  •  标签:

我想揭露在“安全道路:运输”网络上执行合同的情况。

然而,当我试图通过Solare进入现场时,我只得去。

该网页的装载中断了与当地东道方的联系。

The config file is as follows:

<configuration>
  <system.serviceModel>
    <services>
      <service name="MyService">
        <endpoint address="https://localhost"
                  binding="webHttpBinding"
                  contract="MyService"
                  bindingConfiguration="secureWebHttp">
        </endpoint>
      </service>
    </services>
    <bindings>
      <webHttpBinding>
        <binding name="secureWebHttp">
          <security mode="Transport"/>
        </binding>
      </webHttpBinding>
    </bindings>
  </system.serviceModel>
</configuration>
最佳回答

如果是国际船舶和公司内部的东道国,你需要没收接收网站的安全,以便在这种情况下使用443号港口的船舶证书。

你们还需要没收服务行为,确定证书名称和储存。 特别是在作为窗户服务的轮椅时,需要为你希望使用的港口颁发证书。 vista。

查阅 MSDN Configuring HTTP and HTTPS

问题回答

暂无回答




相关问题
热门标签