Re: [twsocket] 10053 error occurring only on Win2008 (SP2) and not on Win7

2010-12-25 Thread Fastream Technologies
Additional info: Here's the class which sometimes gives 10053 and sometimes StatusCode = 0 when run against a server with self-signed SSL cert: class WebClient { private: TSslContext *sslContext; AdminClient *adminClient; bool aborted; TMemoryStream *sendStream; public: TMemoryStream *receiveS

[twsocket] 10053 error occurring only on Win2008 (SP2) and not on Win7

2010-12-24 Thread Fastream Technologies
Hello, With the HttpCli, I get 10053 when lots of consecutive POSTs are made with SSL. I first thought it is related to the 4096 bit self-signed cert we used but it does not happen on Win2008. The test machine is remote (in the Netherlands) and when I run the GUI (web client) from here on my Win7,