Hi,

This is my First SSL with THttpCli. This site requires a BASIC
authentication but that is not importand here. The strange thing is I get a
session closed with winsock error 10053.

Nothing is sent. If I put SocketSpy in between then I also have the 10053
"in" Socketspy immediately after the client connect. So I think there is
something I forget. I have add the 2 DLL's into project folder, USE_SLL in
project options. Do I have something else to do?

Note that this is a project in Delphi7 with ThttpCli version 1.93. ICSSSLLAY
and ICSLIBEAY are both from 2006. So version period is same I think.

I have IcsLogger log here. It seems the 10053 is with the StartSslHandshake.
But I have no idea what could be wrong:

- State = httpNotConnected
- Login belgacom-demo.aepona.com
- State = httpDnsLookup
- State = httpDnsLookupDone
- connect to 79.98.233.145/443
- TWSocket will connect to 79.98.233.145:443
- AsyncSelect CtrlSocket1812, 16 FD_CONNECT
- SessionConnected
- State = httpConnected
- State = httpWaitingHeader
- 6 header lines to send
POST
/SendSmsService/OneAPI_REST_v1_0/sandbox/1/smsmessaging/outbound/3247380318
0/requests HTTP/1.0
Accept: application/json
Content-Type: application/xml
User-Agent: Mozilla/4.0 (compatible; ICS)
Host: belgacom-demo.aepona.com:443
Content-Length: 134
- 00A91FDC PutDataInSslBuffer 1812 len 260  [1]
- 00A91FDC SslTryToSend 1812
- SendRequest Done
- 00A91FDC PutDataInSslBuffer 1812 len 134  [2]
- 00A91FDC SslTryToSend 1812
- 00A91FDC StartSslHandshake 1812
- SessionClosed Error: 10053
- AsyncSelect CtrlSocket1812, 2 FD_WRITE
- State = httpReady
- PrepareNTLMAuth end, FStatusCode = 0 FProxyAuthNTLMState=0
FAuthNTLMState=0
- PrepareNTLMAuth end, FStatusCode = 0 FProxyAuthNTLMState=0
FAuthNTLMState=0
- RequestDone

-- 
mvg, Wilfried
http://www.mestdagh.biz
http://www.comfortsoftware.be
http://www.expertsoftware.be



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to