[twsocket] Trojan Detected when installing ICS 6 SSL in Delphi 7

2009-05-06 Thread Fernando Gomes
Hello I was trying to install ICS 6 with SSL and one of the computers was detected a trojan with the name Backdoor.Win32.Hupignon.bzm file OverbyteIcsSslDel70.bpl//PE_Patch. What can be? Thank you very much. _ Emoticons e Win

Re: [twsocket] Problem with HTTPS

2009-05-06 Thread Fernando Gomes
Thanks Arno. I am beginer using this part of the SSL. Thanks for the help. > From: arno.garr...@gmx.de > To: twsocket@elists.org > Date: Tue, 5 May 2009 07:25:55 +0200 > Subject: Re: [twsocket] Problem with HTTPS > > Fernando Gomes wrote: > >> After the HttpsC

Re: [twsocket] Problem with HTTPS

2009-05-04 Thread Fernando Gomes
Anyone ?? > From: fcgome...@msn.com > To: twsocket@elists.org > Date: Mon, 4 May 2009 19:20:03 + > Subject: [twsocket] FW: Problem with HTTPS > > > > > I'm having trouble doing my Delphi application using the HTTPS protocol. > > Below is a piece of code I'm using: > > IniFile := TIni

[twsocket] FW: Problem with HTTPS

2009-05-04 Thread Fernando Gomes
I'm having trouble doing my Delphi application using the HTTPS protocol. Below is a piece of code I'm using: IniFile := TIniFile.Create('.\wrclnbi.ini'); SslContext := TSslContext.Create(SslContext); SslContext.InitContext; HttpsCli := TSslHttpCli.Create(HttpsCli);