Re: [twsocket] TSslSmtpCli won't complete TLS on port 25

2012-09-06 Thread gjohnson
Hi Angus, On Thu, 6 Sep 2012 08:13 +0100 (BST), you wrote: > > > I updated my AV software and the problem disappeared! Looking back, > > it may have started after the last AV update. > > Excellent, although I'm surprised anti-virus software is monitoring port > 25 for outgoing email, and worse cor

Re: [twsocket] TSslSmtpCli won't complete TLS on port 25

2012-09-05 Thread gjohnson
Hi Angus, On Mon, 3 Sep 2012 09:42 +0100 (BST), you wrote: > > > > Here's the problem, there's nothing more received but a > > > connection close after around 10 seconds? > > > > Ok, now we know, how do I fix it? I have no idea. > > This is unlikely to be specifically an ICS issue since there is n

Re: [twsocket] TSslSmtpCli won't complete TLS on port 25

2012-09-02 Thread gjohnson
On Wed, 29 Aug 2012 17:14:21 +0200, you wrote: > > gjohn...@mixnym.net wrote: > >> If it does work with port 587 it should work with port 25 the same > >> way since both support the STARTTLS command. > >> I've no idea why it doesn't work for you? > > > > That's been the mystery for me, Arno! > > Sa

Re: [twsocket] TSslSmtpCli won't complete TLS on port 25

2012-08-29 Thread gjohnson
On Wed, 29 Aug 2012 17:14:21 +0200, you wrote: > > gjohn...@mixnym.net wrote: > >> If it does work with port 587 it should work with port 25 the same > >> way since both support the STARTTLS command. > >> I've no idea why it doesn't work for you? > > > > That's been the mystery for me, Arno! > > Sa

Re: [twsocket] TSslSmtpCli won't complete TLS on port 25

2012-08-28 Thread gjohnson
On Tue, 28 Aug 2012 07:18:03 +0200, you wrote: > > gjohn...@mixnym.net wrote: > > On Sun, 26 Aug 2012 09:52:14 +0200, you wrote: > >> > >> gjohn...@mixnym.net wrote: > >> > Demo settings: > smtp.gmail.com:25 > SslVerifyPeer = unchecked > SSL type = Explicit(StartSssl) > >>> > >>

Re: [twsocket] TSslSmtpCli won't complete TLS on port 25

2012-08-27 Thread gjohnson
On Sun, 26 Aug 2012 09:52:14 +0200, you wrote: > > gjohn...@mixnym.net wrote: > > >> Demo settings: > >> smtp.gmail.com:25 > >> SslVerifyPeer = unchecked > >> SSL type = Explicit(StartSssl) > > > > Hi Arno, > > > > I'm sorry to say, I couldn't run the demo in cbuilder 2007. But I put > > together a

Re: [twsocket] TSslSmtpCli won't complete TLS on port 25

2012-08-25 Thread gjohnson
On Fri, 24 Aug 2012 07:04:39 +0200, you wrote: [snip] > Give the SslMailSnd demo a trial, it works: > > < 220 mx.google.com ESMTP fu8sm2298248wib.5 > RequestDone Rq=0 Error=0 > > EHLO your_name > < 250-mx.google.com at your service, [77.184.1.222] > < 250-SIZE 35882577 > < 250-8BITMIME > < 250-STAR

Re: [twsocket] TSslSmtpCli won't complete TLS on port 25

2012-08-23 Thread gjohnson
Hi Angus, On Thu, 23 Aug 2012 10:19 +0100 (BST), you wrote: > > > I'm having a problem with TSslSmtpCli. It won't complete a TLS > > connection on port 25. > > This happens regardless of the server. > > How many different SMTP servers? 6 or 8 probably--every one I try. > I use STARTTLS with smtp

[twsocket] TSslSmtpCli won't complete TLS on port 25

2012-08-22 Thread gjohnson
Hi, I'm having a problem with TSslSmtpCli. It won't complete a TLS connection on port 25. I'm speaking of SMTP servers that advertise STARTTLS on that port. After I call StartTls(), I get this: 220 TLS go ahead Then after a very, very, long wait, I get this: 500 SSL Handshake failed This happe

[twsocket] SslNntpCli Program freezes

2012-06-25 Thread gjohnson
Hi All, I've checked the archives and found nothing. If I missed it, my apology. Please point me in the right direction. I have a problem with TSslNntpCli. On very slow connections my program occassionally freezes during the connect. The program becomes completely frozen. Stays that way until the

[twsocket] C++ Newsreader Example

2011-07-18 Thread gjohnson
arno.garr...@gmx.de wrote: > > gjohn...@mixnym.net wrote: >> Hi, >> >> Since the C++ newsreader example included with ICS doesn't use the >> SSL NNTP client, I decided to try replacing the NNTP client in the >> example program with the SSL version of the client. >> >> There is a problem. The first

[twsocket] C++ Newsreader Example

2011-07-14 Thread gjohnson
Hi, Since the C++ newsreader example included with ICS doesn't use the SSL NNTP client, I decided to try replacing the NNTP client in the example program with the SSL version of the client. There is a problem. The first time I connect with any news server (non-SSL), I instantly get a 10053 connec