You are not logged in.
Pages: 1
Using the WinHTTP client, I am sometimes getting a WinHTTP 12175 error, usually after several days of operation and tens of thousandths of queries.
When that happens, the only way to "fix" the errors is to restart the service, and occasionally the errors will not go away until Windows (the server) is restarted.
Interestingly enough, this error appears "gradually": getting some of them for some https queries, then after some time, the service gets them for 100% of https queries, then later on, they popup even for regular http queries (the service makes lots of http & https queries, on the order of dozens per seconds, to many servers).
AFAICT there is no memory leak or corruption, outside the 12175 errors, the rest of the service is operating just fine, no AV, responds to queries, etc.
Anyone else has seen this behavior? Any workarounds?
I have a suspicion this could be related to Windows Update doing OS certificate updates, but I could never positively confirm it.
Offline
Never seen that, but we mostly use plain http:// connection, not https//
Perhaps you may ask on StackOverflow, since it sounds like a WinHttp or http.sys issue, which may occur also with .Net apps.
Or the .Net servers are rebooted daily due to GC, so it does not occur.
Perhaps there is some kind of "credential renewal" to do on the server side...
Which version of Windows are you using?
Did you try several?
Offline
Which version of Windows are you using?
Did you try several?
Windows 2012 R2 for the production server.
In other tests (Win 2008 R2) it never occurred, but the test machine is not able to handle the same amount of load or run for days, so it's no apple-for-apple comparison. The backup server did not exhibit it either, but it's mostly inactive in comparison to the production one, so no surprise.
The load is high enough in terms of I/O that a non-virtualized OS is required for production, which makes full-load testing a bit more involved (attempts by different specialist on hyper-v, vmware & kvm all failed miserably, under virtualization performance ended up around 10% of bare-metal, it's a very peculiar workload with relatively little CPU usage, but loads of small disk & network I/O).
Offline
Opened question on stackoverflow http://stackoverflow.com/questions/3124 … of-queries
Offline
Pages: 1