A
Anna Troiken
All,
We have an ASP.NET 1.1 application running on a W2K3 box that is consuming a
web-service via HTTPS and we are receiving this error, BUT, it's only
intermittent. It's not happening all the time. It just started happening a
few days ago and there was no code changes made to the server.
I've Googled this message and I see the various reason it can happen, but
none apply to us. The URL that we are using to hit the web service is the
same as appears in the SSL certificate that the web service provider has.
And the certificate is valid. And the problem doesn't happen all the time.
It works fine for a day, then starts up all of the sudden. When this
problem starts, the only solution is to run IISRESET, which will indeed fix
it, but only for a period of time. (Maybe a day, maybe a few hours.)
We've even made this change to our machine.config file:
<servicePointManager checkCertificateName="false"
checkCertificateRevocationList="false" />
but it doesn't keep the problem from unexpectedly starting again.
We're pulling our hair out over this since we can't make the problem appear
and are nervously waiting for it to happen again so we can quickly run
IISRESET. Help!
We have an ASP.NET 1.1 application running on a W2K3 box that is consuming a
web-service via HTTPS and we are receiving this error, BUT, it's only
intermittent. It's not happening all the time. It just started happening a
few days ago and there was no code changes made to the server.
I've Googled this message and I see the various reason it can happen, but
none apply to us. The URL that we are using to hit the web service is the
same as appears in the SSL certificate that the web service provider has.
And the certificate is valid. And the problem doesn't happen all the time.
It works fine for a day, then starts up all of the sudden. When this
problem starts, the only solution is to run IISRESET, which will indeed fix
it, but only for a period of time. (Maybe a day, maybe a few hours.)
We've even made this change to our machine.config file:
<servicePointManager checkCertificateName="false"
checkCertificateRevocationList="false" />
but it doesn't keep the problem from unexpectedly starting again.
We're pulling our hair out over this since we can't make the problem appear
and are nervously waiting for it to happen again so we can quickly run
IISRESET. Help!