Paul wrote:
> Wow, It works now with new ssl dll's
> But now I have another problem :
> The new dll's are 630 kB larger then the one's I have (same version
> 0.9.8.9).

Every new version grows a bit, MinGW produces rather large binaries, 
however they do not depend on MS distributables.
The smallest libraries can be built with good old VS6, the libraries
distributed with Subversion server are AFAIR built with VS6.
 
> No problem for most applications execpt for 1: it has to downloaded
> for every run.
> The link to version 9.8.h on the webpage doesn't exist.

The link works fine for me.

> Was this a more compact one then version 9.8.i ?

They are the smallest.

--
Arno Garrels

> 
> Paul
> 
> 
> 
> ----- Original Message -----
> From: "Arno Garrels" <arno.garr...@gmx.de>
> To: "ICS support mailing" <twsocket@elists.org>
> Sent: Saturday, July 25, 2009 7:20 PM
> Subject: Re: [twsocket] ICS V7 bug ?
> 
> 
>> 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
--
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