Tags: activex, atl, certificate, classcsecureevtsyncsocket, connection, iis, invoke, method, microsoft, msdn, peer, reset, self-issued, soap, software, ssl, tryes, webservice, xml
ATL SOAP & IIS & SSL Got Connection Reset by Peer
On Microsoft » Microsoft IIS Development
668 words with 0 Comments; publish: Mon, 26 May 2008 09:20:00 GMT; (30070.31, « »)
I have a XML webservice on IIS 5.1 with self-issued certificate.
My ActiveX tryes to invoke a webservice method using class
CSecureEvtSyncSocket from msdn sample
http://msdn.microsoft.com/library/d...esoapsample.asp
Invoking webmethod over regular HTTP it works fine, but over HTTPS i receive
error 10054 (Connection reset by peer) during response body read. IIS logs
say that request is OK (200) but immidiately after this there was a 400 or
500 error.
ActiveX is using multithreading model.
http://iis.itags.org/q_iis_6846.html
All Comments
Leave a comment...
- 0 Comments