Re: Problems with SMTP connection re-using (SSL read: error:00000000:lib(0):func(0):reason(0))

2012-12-08 Thread Volker Schmid
Hello Dan, Any idea why it complains with SSL read: error::lib(0):func(0):reason(0), errno 54? You'd have to look up the OpenSSL documentation to see what errno 54 means, but if the next line can be believed and errno=32 is actually a syscall error, then it's EPIPE - Broken pipe. It

Problems with SMTP connection re-using (SSL read: error:00000000:lib(0):func(0):reason(0))

2012-12-07 Thread Volker Schmid
Hello, I'm just having this problem. I successfully sent an email with libcurl and the connection stays open (first line). Then I try to send another one: ... 2012-12-06 15:33:49 : CURL: Connection #0 to host smtp.xx.com left intact 2012-12-06 15:34:59 : CURL: Re-using existing

Re: Problems with SMTP connection re-using (SSL read: error:00000000:lib(0):func(0):reason(0))

2012-12-07 Thread Dan Fandrich
On Fri, Dec 07, 2012 at 11:28:14AM +0100, Volker Schmid wrote: I'm just having this problem. I successfully sent an email with libcurl and the connection stays open (first line). Then I try to send another one: ... 2012-12-06 15:33:49 : CURL: Connection #0 to host smtp.xx.com left