Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: Indy and SSL Woes
| Subject: | Re: Indy and SSL Woes |
| Posted by: | "Lloyd Kinsella" (lloydkinsel..@gmail.com) |
| Date: | 29 Mar 2006 11:19:26 |
Remy Lebeau (TeamB) wrote:
Why not? It's a TCP client all the same, and despite that, even
switching to TIdTCPClient makes no difference, I still get the same
error.
>
> "Lloyd Kinsella" <lloydkinsella@gmail.com> wrote in message
> news:442acc78$1@newsgroups.borland.com...
>
> > I've set up an TIdCMDServer with an SSL IOHandler, set up the
> > certificates and keys and the server loads fine, however, when I
> > create a client usinf TIdCMDClient with an SSL IOHandler and
> > attempt to connect it returns an error "Error connecting to SSL",
> > any idea what oe why this is?
>
> Do not use TIdCmdTCPClient with TIdCmdTCPServer. You should be using
> TIdTCPClient instead.
>
>
> Gambit
--