Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Re: IdTCPClient/Server. Switch to secure D7 Indy 9

www.cryer.info
Managed Newsgroup Archive

Re: IdTCPClient/Server. Switch to secure D7 Indy 9

Subject:Re: IdTCPClient/Server. Switch to secure D7 Indy 9
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Fri, 9 Feb 2007 11:43:03

"Jon Jacobs" <Jon.Jacobs@snelling.com> wrote in message
news:45ccbd04$1@newsgroups.borland.com...

> I have been instructed to use HTTPS or SSL.

If you want to use SSL without changing your existing code, then you
can attach a TIdSSLIOHandlerSocket to the TIdTCPClient and a
TIdServerIOHandlerSSL to the TIdTCPServer, and then install Indy's
custom-made OpenSSL DLLs
(http://www.indyproject.org/Sockets/SSL.aspx).

To use HTTPS, you would have to completely re-write your code to use
the TIdHTTP and TIdHTTPServer components instead.


Gambit

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive