Re: [boinc_dev] Boinc client certificate verification failure

2014-10-03 Thread Bill Flynn
Actually I solved this. I downloaded the GoDaddy ca-bundle and appended its contents to C:\Program Files\BOINC\ca-bundle.crt. That cleared up the issue. On Fri, Oct 3, 2014 at 3:02 PM, Bill Flynn wrote: > Hi, > > My web server's CA (GoDaddy) isn't trusted by the

Re: [boinc_dev] Windows 7 Boinc client service fails to run wrapper successfully

2014-10-03 Thread Bill Flynn
Sorry, I was away and disabled email delivery. This is my response in context. On Fri, Oct 3, 2014 at 3:18 PM, Bill Flynn wrote: > Hi Dave, > > We think the problem actually stems from the sandboxed permissions of > boinc_project and boinc_master when Boinc is installed as

Re: [boinc_dev] Windows 7 Boinc client service fails to run wrapper successfully

2014-10-03 Thread Bill Flynn
Hi Dave, We think the problem actually stems from the sandboxed permissions of boinc_project and boinc_master when Boinc is installed as a service on Windows. Doing net localgroup administrators neither boinc_master nor boinc_project were listed. So we added net localgroup administrators boin

[boinc_dev] Boinc client certificate verification failure

2014-10-03 Thread Bill Flynn
Hi, My web server's CA (GoDaddy) isn't trusted by the boinc client. When requesting https://example.domain.com/project/get_project_config.php the request fails with: [http] [ID #1] Info: Trying xxx.xxx.xxx.xxx... [http] [ID #1] Info: Connected to example.domain.com (xxx.xxx.xxx.xxx) port 443

Re: [boinc_dev] Bug in Boinc server python md5 tools

2014-08-26 Thread Bill Flynn
, Aug 26, 2014 at 4:04 PM, Bill Flynn wrote: > Hello, > > I've started writing a custom assimilator/validator duo for my boinc > application. I've been looking at the python tools, and it looks like the > md5 utilities located in > > py/Boinc/tools.py > > are

[boinc_dev] Bug in Boinc server python md5 tools

2014-08-26 Thread Bill Flynn
lueError: s = md5.new('md5', string=filename).hexdigest()[1:8] From 5c68ebcc2344fed5493d9ffd60cbe874cb7e1cc7 Mon Sep 17 00:00:00 2001 From: Bill Flynn Date: Tue, 26 Aug 2014 16:02:01 -0400 Subject: [PATCH] Fixed md5 bugs in py/Boinc/tools.py --- py/Boinc/tools.py | 13