AppFabric ベースのライブラリのテスト アプリケーションを作成していると、奇妙な例外が発生し始めました。
The X.509 certificate CN=servicebus.appfabriclabs.com chain building failed. The certificate that was used has a trust chain that cannot be verified. Replace the certificate or change the certificateValidationMode. The revocation function was unable to check revocation because the revocation server was offline.
次の構成で試しましたが成功しませんでした
<behaviors>
<endpointBehaviors>
<behavior name="SecureMessageUserName">
<clientCredentials>
<serviceCertificate>
<authentication revocationMode="NoCheck"/>
</serviceCertificate>
</clientCredentials>
</behavior>
</endpointBehaviors>
</behaviors>
また、にServicePointManager.CheckCertificateRevocationList
設定しfalse
ても成功しません。