Re: [twsocket] ICS and SSL on x64 server

2010-08-27 Thread Graham Stratford
Well, I only did that after getting an error message (I'm not at the machine right now, so I can't say it) that there was an error loading the 32-bit DLLs that I installed first. Graham On 2010-08-27, at 1:52 PM, Arno Garrels wrote: > Graham Stratford wrote: > >>

[twsocket] ICS and SSL on x64 server

2010-08-27 Thread Graham Stratford
I have an ICS app that is working just fine on my test machine (32-bit windows). On the 64-bit server, it complains that it can't load the SSLeay library (I installed 32-bit SSL at first), and it looks like a 32/64-bit problem. Has anyone else had this? I downloaded a 64-bit version of the SSL

Re: [twsocket] SSL: error reading key file

2010-08-26 Thread Graham Stratford
Astonishingly (well, to me anyway) I was able to sort out the problems with my client and server apps. I had copied code from the OverbyteIcsWebserv demo, and in one place I left in the cast to TMyHttpClient (or something like that). If I can give any tips to the group, it's to use TICSLogger an

Re: [twsocket] SSL: error reading key file

2010-08-24 Thread Graham Stratford
Thanks, Arno, I really REALLY appreciate your help. When I get back to my office, I will compare the demo and my app byte by byte (I've already gone through them; it doesn't help that the demo sets a lot of properties at run time). I know that I'm close, there's probably just an event that is n