[twsocket] 64 bit SSL

2011-10-08 Thread brian -
Hi, I'm trying to convert a project to 64 bit with XE2, and encounter this issue with SSL, I get an exception: exception class EIcsLibeayException with message Unable to load LIBEAY32.DLL, %1 is not a valid win32 application Is there any workaround for this? -- To unsubscribe or change your

Re: [twsocket] 64 bit SSL

2011-10-08 Thread Arno Garrels
brian - wrote: Hi, I'm trying to convert a project to 64 bit with XE2, and encounter this issue with SSL, I get an exception: exception class EIcsLibeayException with message Unable to load LIBEAY32.DLL, %1 is not a valid win32 application Make sure you link the 64 bit OpenSSL libraries:

Re: [twsocket] HTTP SSL Server vs p7b certificate's format

2011-10-08 Thread Arno Garrels
Hi Arno, Hi Paul, We also have problems with the new certificates. What problem exactly? -- Arno Garrels Converted to .pem format, it contains only a private key and a single certificate section. It only works using an ISA server processing the SSL... Paul - Original

[twsocket] Cannot get TSslHttpCli to work with proxy for HTTPS pages

2011-10-08 Thread Fastream Technologies
Hello, I have a working proxy server which I want TSslHttpCli to connect via CONNECT and then connect via HTTPS in tunnel. It corrupts the FPath such that there is now two domains and two ports in URL sent to web server. I can reproduce this with ICS demo too. I can provide access to my proxy