We have an application running on a W2003 server (latest updates) and it
uses HTTPSendRequest to connect with SOAP services on another server
Everything was working well until we introduced a server side SSL
certificate (at the other end)
The service still works but every 2-3 days or so it will just hang
It appears to be stuck inside HTTPSendRequest. According to task manager the
processor is 98% idle so it appears to be stuck on some blocking call
somewhere
Has anyone else seen anything like this ?
Thanks