Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Oct : Re: Which packages to use for Indy10 in Rad Studio 2007

www.cryer.info
Managed Newsgroup Archive

Re: Which packages to use for Indy10 in Rad Studio 2007

Subject:Re: Which packages to use for Indy10 in Rad Studio 2007
Posted by:"Gelein van de Voorde" (gele..@gvsnet.nl)
Date:10 Oct 2007 13:07:19

Remy Lebeau (TeamB) wrote:

>
> "Gelein van de Voorde" <gelein@gvsnet.nl> wrote in message
> news:470d1d8d@newsgroups.borland.com...
>
> > Installed it as described, but with this version I can't
> > make any SSL-connection at all.
>
> You did not say how you are trying to use SSL in the first place.
> Which components are you using together?  What settings are you using?
>
> > Always get 'SSL not supported on the server'.
>
> Is that the EXACT error message?  Or is it more like "SSL is not
> available on this server" instead?  If so, then the SSL handshake is
> failing, which would suggest your SSL settings are likely not correct
> for the server you are trying to connect to.
>
>
> Gambit

Your guess is right. It is "SSL is not available on this server".
I'm using TidFTP with TIdSSLIOHandlerSocketOpenSSL.
I'm using the same sources for Delphi2005 and Rad Studio 5.
With Delphi2005 it works. With Rad Studio 5 the program won't even do
the SSL handshake. Using Wireshark is see the following sequense
(Skipped the TCP acks)
server: 220 server etc
client: AUTH TLS
server: 234 Security Data Change Complete
Client: QUIT

--

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive