Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Apr : How to check the SSL connection?

www.cryer.info
Managed Newsgroup Archive

How to check the SSL connection?

Subject:How to check the SSL connection?
Posted by:"Bert" (bendl..@dictanet.com)
Date:Wed, 18 Apr 2007 11:56:28

Hi @all

Ok, I've got my FTP client that can upload and download very well.
In a second step I want to implement a SSL over this FTP connection.

Remy Lebeau (TeamB) suggest me to upgrade to Indy10. So I did.

I placed a IdSSLIOHandlerSocketOpenSSL control on my form,
connected it to the FTP control
- FTPCtrl.IOHandler := IdSSLIOHandlerSocketOpenSSL1
set some SSL options
- Method := sslvSSLv23
- Mode := sslmClient
copied 2 DLLs (ssleay32.dll, libeay32.dll) to the project directory

and...?

Everything works like my application without the SSL-Component except some
given stats. They arrived me over the IdSSLIOHandlerSocketOpenSSL1Status
procedure. But everything works fine without any difference.

I think I have not established a secure connection. Because it works also
without the 2 SSL-DLLs.

What I have to do?
And how can I verify it?

Thanks in advanced
Bert

Replies:

www.cryer.info
Managed Newsgroup Archive