Date: Sat, 5 Nov 2005 00:04:23 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 647 ************************************************** Friday 04 November 2005 Number 647 ************************************************** Subjects for today 1 Re: Amateur porter got stuck : Dave Yeo" 2 Re: Amateur porter got stuck : Dave Bamford **= Email 1 ==========================** Date: Thu, 03 Nov 2005 08:14:41 -0800 (PST) From: "Dave Yeo" Subject: Re: Amateur porter got stuck On Thu, 03 Nov 2005 08:59:35 +0000, Dave Bamford wrote: >Hi Dave > >I see from our server logs that you hit the same problem as >I did. > >Nov 2 04:37:44 preston bbstored[4300]: Incoming connection from 209.121.18.206 port 60838 (handling in child 24933) >Nov 2 04:37:45 preston bbstored[24933]: in server child, exception Connection TLSHandshakeFailed (7/30) -- terminating child > >Times are GMT, I presume it was you? > > >Any Progress? > >Dave Bamford. > > Hi Dave, actually no. My IP address is close to that, right now 209.121.17.80 with the last number varying depending which address I get assigned. You should have a couple of hits on your server about a day earlier. (and now) I am getting the same error as you Box Backup Client v0.09, (c) Ben Summers 2003, 2004 r=-1 ssl error = 5 error q = 0 Then bbackupd just hangs until killed with ctrl-C. I haven't made much progress and am definitely not a C++ guru. Hope to have some more time to look at it tonight or tomorrow night. Have you asked the developer about any ideas why it is failing? Dave **= Email 2 ==========================** Date: Thu, 03 Nov 2005 16:51:58 +0000 From: Dave Bamford Subject: Re: Amateur porter got stuck >Hi Dave, actually no. My IP address is close to that, right now >209.121.17.80 with the last number varying depending which address I >get assigned. >You should have a couple of hits on your server about a day earlier. >(and now) I am getting the same error as you >Box Backup Client v0.09, (c) Ben Summers 2003, 2004 >r=-1 >ssl error = 5 >error q = 0 > >Then bbackupd just hangs until killed with ctrl-C. >I haven't made much progress and am definitely not a C++ guru. Hope to >have some more time to look at it tonight or tomorrow night. >Have you asked the developer about any ideas why it is failing? >Dave > > > > Hi Dave I emailed the developer and he responded that I should check the certificates and the clock. I copied the certificates to a windows machine and they worked fine on that for the same account number. The clock is also OK as the log files at server and client give the same time. Don't know what time zone you are in but the times on the server and client should match roughly. Also you need to have syslog running to see the client log messages. I am not a C++ guru either. The fact that you get the same error is some consolation. You need to use Ctrl-C to kill it as it will retry after a few minutes. Its designed to be run as a daemon, but I bypassed that code. Thanks Dave.