Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: Indy and SSL Woes
| Subject: | Re: Indy and SSL Woes |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 29 Mar 2006 10:46:13 |
"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