Re: [twsocket] SSL Help

2008-08-18 Thread Hein du Plessis
No sweat, glad to be of service :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois Piette Sent: 18 August 2008 15:23 To: ICS support mailing Subject: Re: [twsocket] SSL Help > I've now used the quicklinks to latest ICS version which re

Re: [twsocket] SSL Help

2008-08-18 Thread Hein du Plessis
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Angus Robertson - Magenta Systems Ltd Sent: 18 August 2008 14:53 To: twsocket@elists.org Subject: Re: [twsocket] SSL Help > 'm beeing a pain, but I'n unable to find the latest V6 on the site, The ICS web

Re: [twsocket] SSL Help

2008-08-18 Thread Francois Piette
> I've now used the quicklinks to latest ICS version which redirected me to > ics.zip which seems to be newer - is this correct? Possible that I forgot to update quick links ! Sorry. -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, fr

Re: [twsocket] SSL Help

2008-08-18 Thread Francois Piette
> Following the menu on the left of the page takes me to: ICS V6 > for Delphi 7 and up Beta (Nov 14, 2007) Make sure to configure your browser to check for new page at each request ! If you pass thru a proxy, make sure the proxy isn't configured to cache the pages. Manually do a refresh (F5 in IE)

Re: [twsocket] SSL Help

2008-08-18 Thread Angus Robertson - Magenta Systems Ltd
> 'm beeing a pain, but I'n unable to find the latest V6 on the site, The ICS web site does use a lot of frames, scripts and redirections making it very hard to bookmark pages and files. You must be looking at an old cached version from somewhere, the latest page is dated Aug 12 is very small type

Re: [twsocket] SSL Help

2008-08-18 Thread Hein du Plessis
ms Ltd Sent: 18 August 2008 13:15 To: twsocket@elists.org Subject: Re: [twsocket] SSL Help > I'm using the V6Beta download. > Can I buy it? You are using an old version, you need to download the latest V6 from the web site, which now includes SSL for free, as it says on the web site

Re: [twsocket] SSL Help

2008-08-18 Thread Hein du Plessis
t: 18 August 2008 13:25 To: ICS support mailing Subject: Re: [twsocket] SSL Help Hein du Plessis wrote: > Hi Arno > > Yes, a client certificate. This is not for html but for a custom > tcp/ip protocol. The supplier (sever) maintains I need one for my > application despite my argum

Re: [twsocket] SSL Help

2008-08-18 Thread Hein du Plessis
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Angus Robertson - Magenta Systems Ltd Sent: 18 August 2008 13:15 To: twsocket@elists.org Subject: Re: [twsocket] SSL Help > I'm using the V6Beta download. > Can I buy it? You are using an old version, you need to download t

Re: [twsocket] SSL Help

2008-08-18 Thread Arno Garrels
ein > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Angus Robertson - > Magenta Systems Ltd > Sent: 18 August 2008 12:02 > To: twsocket@elists.org > Subject: Re: [twsocket] SSL Help > >> I need some help again.

Re: [twsocket] SSL Help

2008-08-18 Thread Arno Garrels
S] http://www.overbyte.be/eng/overbyte/teamics.html > > Thanks, > Hein > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels > Sent: 18 August 2008 12:09 > To: ICS support mailing > Subject: Re: [twsocket] SSL Help >

Re: [twsocket] SSL Help

2008-08-18 Thread Angus Robertson - Magenta Systems Ltd
> I'm using the V6Beta download. > Can I buy it? You are using an old version, you need to download the latest V6 from the web site, which now includes SSL for free, as it says on the web site, and as announced in this mailing list last week. Angus -- To unsubscribe or change your settings for

Re: [twsocket] SSL Help

2008-08-18 Thread Hein du Plessis
27;t have samples of implementing it either. Thanks, Hein -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels Sent: 18 August 2008 12:09 To: ICS support mailing Subject: Re: [twsocket] SSL Help > I have the certificate for the server I need to conne

Re: [twsocket] SSL Help

2008-08-18 Thread Hein du Plessis
CTED] [mailto:[EMAIL PROTECTED] On Behalf Of Angus Robertson - Magenta Systems Ltd Sent: 18 August 2008 12:02 To: twsocket@elists.org Subject: Re: [twsocket] SSL Help > I need some help again. How do I go about adding SSL support on the > TWSocket control? > but I've really searched

Re: [twsocket] SSL Help

2008-08-18 Thread Arno Garrels
> I have the certificate for the server I need to > connect to, Are you talking about client certificates? Usually servers do not request a (client)certificate from the client. When you connect to, i.e., https://www.microsoft.com the server sends one or multiple certificates to the client. Client'

Re: [twsocket] SSL Help

2008-08-18 Thread Angus Robertson - Magenta Systems Ltd
> I need some help again. How do I go about adding SSL support on the > TWSocket control? > but I've really searched for some sample code with no luck. Have you looked at all the sample SSL projects in the SSLINTERNET sub-directory? Or at the source code of all the existing components that ha

[twsocket] SSL Help

2008-08-18 Thread Hein du Plessis
Hi guys I need some help again. How do I go about adding SSL support on the TWSocket control? I have the certificate for the server I need to connect to, but I have no idea how to install it on the socket layer. I also assume I need a local certificate - how do I create, install and use it? Sor