Paul wrote:
> a testresult :
> 
> both correct SSl dll's are available!

If you don't use the libraries from 
http://wiki.overbyte.be/wiki/index.php/FAQ#How_to_get_ICS
they may depend on some MS-libraries not available on the 
target computer.

Anyway I would always initialize OpenSSL explicitly by a call
to SslContext.InitContext or in a multi-threaded application
by setting SslStaticLock.Enabled to TRUE in main thread before
the first connection attempt. This will raise an exception
if something went wrong with context initialization outside
the THttpCli code.

--
Arno Garrels


> 
> 
> 
> 19:00:19:109 State = httpNotConnected
> 19:00:19:109 Login betacfg.remotepass.com
> 19:00:19:109 State = httpDnsLookup
> 19:00:19:140 State = httpDnsLookupDone
> 19:00:19:140 connect to 62.213.206.217/443
> 19:00:19:140 TWSocket will connect to 62.213.206.217:443
> 19:00:19:156 SessionConnected
> 19:00:19:156 State = httpConnected
> 19:00:19:156 State = httpWaitingHeader
> 19:00:19:156 7 header lines to send
> GET /unatpreinstall.aspx HTTP/1.1
> Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
> Connection: Keep-alive
> User-Agent: Mozilla/4.0 (compatible; MSIE 4.0)
> Host: betacfg.remotepass.com:443
> Pragma: no-cache
> Proxy-Connection: Keep-alive
> 
> 19:00:19:156 00A01FD0 PutDataInSslBuffer 212 len 257  [1]
> 19:00:19:156 00A01FD0 SslTryToSend 212
> 19:00:19:156 SendRequest Done
> 19:00:19:156 00A01FD0 StartSslHandshake 212
> 19:00:19:203 00A01FD0 Fatal error SSL handshake 212
> EIcsLibeayException Unable to load LIBEAY32.DLL. Error #0
> 19:00:19:203 SessionClosed Error: 10053
> 19:00:19:203 State = httpReady
> 19:00:19:203 PrepareNTLMAuth end, FStatusCode = 0
> FProxyAuthNTLMState=0 FAuthNTLMState=0
> 19:00:19:203 PrepareNTLMAuth end, FStatusCode = 0
> FProxyAuthNTLMState=0 FAuthNTLMState=0
> 19:00:19:203 RequestDone
--
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