G
Guest
I have a VB.NET application running on Win2K in an AD Domain. My App runs
locally as a service, using a Domain Account, and runs a web page on the
internet. The request is initiated by
System.Net.HttpWebRequest.Create(CurrentURL) and the getResponse() on the
request. It uses SSL with a Proxy Server in play. Everything has been working
fine for a long time until recently when I consistently get the above error
message.
I have checked the "effective" local security policies and see nothing that
stands out. The account is an admin on the local box.
Any ideas would be appreciated...
locally as a service, using a Domain Account, and runs a web page on the
internet. The request is initiated by
System.Net.HttpWebRequest.Create(CurrentURL) and the getResponse() on the
request. It uses SSL with a Proxy Server in play. Everything has been working
fine for a long time until recently when I consistently get the above error
message.
I have checked the "effective" local security policies and see nothing that
stands out. The account is an admin on the local box.
Any ideas would be appreciated...