1
我想使用安全模式=傳輸的SSL。在wcf服務中使用ssl
我可以在web配置,設置如下使用
<bindings>
<wsHttpBinding>
<binding name="wsHttpEndpointBinding">
<security mode="Transport">
<transport clientCredentialType="Windows" />
</security>
</binding>
</wsHttpBinding>
</bindings>
我在服務器端和臨時ceritficate在客戶端上安裝根證書。應該通過當前的網頁設置工作?
謝謝馬克,只是最後一個問題。要啓用SSL支持,我正在創建部署在服務器Trusted域上的根證書以及部署在客戶機上的Temp證書。這是正確的方法嗎? – 2009-10-07 13:50:24
@Ashish:我必須承認,坦率地說,我並不熟悉如何在客戶端和服務器上設置SSL的細節。 – 2009-10-07 13:52:18
這是Intranet方案,客戶端和服務處於相同域 – 2009-10-07 13:52:30