What is RemoteCertificateChainErrors ? http://forums.asp.net/t/1799526.aspx/1?What+is+RemoteCertificateChainErrors+Thu, 10 May 2012 06:15:26 -040017995264963065http://forums.asp.net/p/1799526/4963065.aspx/1?What+is+RemoteCertificateChainErrors+What is RemoteCertificateChainErrors ? <p>This error is an enumeration of sslPolicy error. I just want to know what it means exactly.</p> 2012-05-03T06:12:29-04:004963078http://forums.asp.net/p/1799526/4963078.aspx/1?Re+What+is+RemoteCertificateChainErrors+Re: What is RemoteCertificateChainErrors ? <p>This means there is an error when you are validating your SSL Certificates</p> <p>RemoveCertificateChainErrors is an array which contains the errors</p> <p>refer to this link</p> <p><a href="http://msdn.microsoft.com/en-us/library/ms145055(v=vs.80).aspx">http://msdn.microsoft.com/en-us/library/ms145055(v=vs.80).aspx</a></p> <p><a href="http://msdn.microsoft.com/en-us/library/system.security.cryptography.x509certificates.x509chain.chainstatus(v=vs.80).aspx">http://msdn.microsoft.com/en-us/library/system.security.cryptography.x509certificates.x509chain.chainstatus(v=vs.80).aspx</a></p> <p><a href="http://msdn.microsoft.com/en-us/library/system.security.cryptography.x509certificates.x509chainstatus(v=vs.80).aspx">http://msdn.microsoft.com/en-us/library/system.security.cryptography.x509certificates.x509chainstatus(v=vs.80).aspx</a></p> 2012-05-03T06:22:04-04:004963087http://forums.asp.net/p/1799526/4963087.aspx/1?Re+What+is+RemoteCertificateChainErrors+Re: What is RemoteCertificateChainErrors ? <p>Hi, thanks for your reply.</p> <p>How do I suppose to know what was the error in this context ? I mean Chain Erros sounds generic but what specifically does it point ?</p> 2012-05-03T06:29:03-04:004973854http://forums.asp.net/p/1799526/4973854.aspx/1?Re+What+is+RemoteCertificateChainErrors+Re: What is RemoteCertificateChainErrors ? <p>Hi,</p> <p></p> <blockquote><span class="icon-blockquote"></span> <h4>n00raina</h4> <p></p> <p>How do I suppose to know what was the error in this context ? I mean Chain Erros sounds generic but what specifically does it point ?</p> <p></p> </blockquote> <p></p> <p>X509Chain<span>.</span>ChainStatus Property can get detailed error information for the status of the chain. Please go through the both references below.</p> <p>When the RemoteCertificateChainErrors occurs, you can retrieve the ChainStatus and to get detailed inforamtion.</p> 2012-05-10T06:09:01-04:004973867http://forums.asp.net/p/1799526/4973867.aspx/1?Re+What+is+RemoteCertificateChainErrors+Re: What is RemoteCertificateChainErrors ? <p><a href="http://www.dotnettech.net/BCL/VB.NET/System.Net.Security.SslPolicyErrors/Enum.aspx">http://www.dotnettech.net/BCL/VB.NET/System.Net.Security.SslPolicyErrors/Enum.aspx</a></p> <p><a href="http://msdn.microsoft.com/en-us/library/ms145055.aspx">http://msdn.microsoft.com/en-us/library/ms145055.aspx</a></p> <p></p> 2012-05-10T06:15:26-04:00