[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2011-08-10 Thread Bug Watch Updater
** Changed in: boinc (Debian)
   Status: Incomplete = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/246205

Title:
  Wordcommunitygrid Message Peer certificate cannot be authenticated
  with known CA certificates.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/246205/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2010-07-13 Thread Daniel Hahler
** Bug watch added: Debian Bug tracker #529387
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529387

** Also affects: boinc (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529387
   Importance: Unknown
   Status: Unknown

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2010-07-13 Thread Bug Watch Updater
** Changed in: boinc (Debian)
   Status: Unknown = Incomplete

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2010-05-13 Thread Jordan Hall
I had the same problem with 64-bit Ubuntu 10.04.

Resolved by download the CA bundle from the following URL.

http://boinc.berkeley.edu/trac/browser/trunk/boinc/curl/ca-
bundle.crt?format=raw

Related information:
http://boinc.berkeley.edu/trac/wiki/Error/Scheduler%20request%20failed

Would it be best to repackage the existing BOINC package with this CA
Bundle?

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2010-03-19 Thread razit.pl
** Changed in: ca-certificates (Ubuntu)
   Status: Fix Released = Fix Committed

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2010-03-19 Thread Steve Langasek
** Changed in: ca-certificates (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2010-02-09 Thread nmsalgueiro
Using Karmic 64bit here: I applied solution #1 above (the file from #2
was unavailable) and it worked. It's a bit strange this bug is still
around 1.5 years later, though.

Regards,
Nuno

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2010-02-09 Thread TLE
Hear hear

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2010-02-09 Thread Daniel Hahler
I cannot confirm this bug in Lucid - but even when I move the /var/lib
/boinc-client/ca-bundle.crt link away, it can still connect to WCG ?!

@Neil: you've nominated it for Lucid: are you experiencing it there?

I'll look into fixing this (again).
It's likely that something in ca-certificates broke it again and therefore it's 
important to know if others experience this bug in Lucid.

The proper fix might be to not ship/install a symlink in the boinc
package, but rather keep the certificates file provided by upstream.

(btw: noise in bugs makes them harder to fix)

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2010-02-09 Thread Daniel Hahler
Ok, the reason why it works with ca-bundle.crt removed is that
boinc/curl uses /etc/ssl/certs/ca-certificates.crt then by default.

You can test whether you have the required cert installed using the following 
command (in a shell):
  curl -s -I https://secure.worldcommunitygrid.org/  /dev/null ; echo $?
It should say 0.

The required certs appear to be:
mozilla/Entrust.net_Secure_Server_CA.crt
mozilla/Entrust_Root_Certification_Authority.crt

Please check with sudo dpkg-reconfigure ca-certificates if you have
those enabled.

Also, make sure that you have no stale /var/lib/boinc-client/ca-bundle.crt file 
lying around (it should be a symlink - or you could remove it). You could check 
this using:
  curl -s --capath /var/lib/boinc-client/ --cacert ca-bundle.crt -I 
https://secure.worldcommunitygrid.org/  /dev/null ; echo $?

Please provide feedback here, if you are experiencing the problem
currently, and include your distribution, if you had/have the certs
installed (now) and how the curl commands mentioned above fail.

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2009-12-10 Thread TLE
I am also affected by this bug on Karmic. Is someone working on fixing
it for Karmic?

Regards Kenneth

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2009-11-29 Thread Jay Gates
After upgrading from Kubuntu i386 8.04 directly to 9.10, this bug
affects me.  2nd workaround works.

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2009-11-10 Thread Alexandre Maciel
Hi,

This bug backs in my Karmic 32 bits too.

Workarounds worked to me too.

Best regards,
Alexandre

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2009-11-08 Thread Pete Stephenson
Confirm bug on Karmic x64 and BOINC 6.4.5.

Have not done any sort of workaround; will wait for ca-certificates to
be updated.

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2009-11-02 Thread gsoundsgood
same here on karmic...I have tried workaround 2, and it works.

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2009-11-02 Thread Sven Sternberger
I have fresh installed karmic 64bit, and boinc 6.4.5
The problem is exactly the same. 

The workarouan as described above worked.
I replaced the symlink of ca-bundle.crt with
a copy from the website.

Now it works!

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-12-03 Thread Launchpad Bug Tracker
This bug was fixed in the package ca-certificates - 20080514-0ubuntu1.1

---
ca-certificates (20080514-0ubuntu1.1) intrepid-proposed; urgency=low

  * Include gouv.fr certificates from version 20080809 to fix authentication
problems with BOINC (LP: #246205)
- debian/config
- gouv.fr/cert_igca_dsa.crt, gouv.fr/cert_igca_rsa.crt, gouv.fr/Makefile
- Makefile

 -- Daniel Hahler [EMAIL PROTECTED]   Wed, 19 Nov 2008 01:02:49 +0100

** Changed in: ca-certificates (Ubuntu Intrepid)
   Status: Fix Committed = Fix Released

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-30 Thread Shirish Agarwal
Confirm that the ca-certificates also works for me from intrepid-
proposed as well.

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-29 Thread shanen (Shannon Jacobs)
Mostly just noting that I ran into this too, and think it should have a
high priority for repair. Many, or perhaps most people will never even
notice that it's hung up.

I also wish someone would modify the misleading directions. Being too
enthusiastic, I used the version that said to detach from the project,
and it appears that the detach step wasn't needed--though it did through
away some finished work.

I'm still not certain it is fully working until it gets through a couple
of complete cycles--and is not broken when the actual patch comes down.
Speaking from the IBM food chain, I think IBM is really sincere about
supporting Linux, but this is the kind of thing that helps nudge against
Ubuntu.

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-25 Thread Bruce Cowan
The package from -proposed fixes the problem for me.

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-25 Thread Martin Pitt
** Tags added: verification-done

** Tags removed: verification-needed

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-23 Thread Daniel Hahler
I confirm that the updated package from intrepid-proposed fixed it for
me.

Whoever is experiencing this problem, please test the update from
intrepid-proposed and provide feedback here.

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-21 Thread Martin Pitt
Accepted into intrepid-proposed, please test and give feedback here.
Please see https://wiki.ubuntu.com/Testing/EnableProposed for
documentation how to enable and use -proposed. Thank you in advance!

** Changed in: ca-certificates (Ubuntu Intrepid)
   Status: New = Fix Committed

** Tags added: verification-needed

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-20 Thread Martin Pitt
Why got the CERTS_LIST totally reordered in the patch? Otherwise it
looks okay to me. However, please provide references in the changelog
where these certificates come from.

Also, for this kind of fix it is really important to get it fixed
upstream/in Debian ASAP, too, to make sure that everyone is using the
same certificates and develops/tests their other packages accordingly.
Can you please submit relevant upstream bugs and link them here? Thanks!

** Changed in: boinc (Ubuntu Jaunty)
   Status: Triaged = Invalid

** Changed in: boinc (Ubuntu Intrepid)
   Status: New = Invalid

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-20 Thread Daniel Hahler
Fixes in Jaunty, which has version 20080809 already.

** Changed in: ca-certificates (Ubuntu Jaunty)
   Status: New = Fix Released

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-20 Thread Daniel Hahler
Martin, CERTRS_LIST in debian/config appears to get autogenerated during build 
(using find . -type f -name '*.crt' -print; see my comment above regarding 
the clean target).
Also, there is a reference in the changelog: the certs come from the version in 
Debian/Jaunty.
Therefore it should be fixed in Debian already. lenny/testing has 20080809 
(where those certs are taken from).

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-18 Thread Daniel Hahler
James,
deactivating
  cert_igca_rsa.crt and
  cert_igca_dsa.crt
in ca-certificates 20080809 (using dpkg-reconfigure ca-certificates) causes 
this failure (for me).

I need to disable both of them, only disabling them alone still works.

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-18 Thread James Westby
Hi,

Thanks for testing Daniel, could you please try preparing an SRU just adding 
those
two files and the necessary plumbing to install them?

Thanks,

James

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-18 Thread Daniel Hahler
I've done that.
Please see the attached debdiff, which would need sponsoring anyway.

I've merged the change in debian/config for CERTS_LIST, but it appears
to get generated from debian/config.in anyway. (Looks like debian/config
should get removed in the clean target?!)

I've verified that this patch fixes this bug, by installing the built
package. After that, I've reinstalled the version from Intrepid and it
failed again. Re-installing this package then fixed it again.

** Attachment added: Debdiff for intrepid-proposed
   
http://launchpadlibrarian.net/19771553/ca-certificates_20080514-0ubuntu1.1.dsc.debdiff

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-18 Thread Daniel Hahler
The strange thing however is that there was no problem in Hardy, which was 
missing those certs, too.
So, I still cannot say what the exact problem is, but I can confirm that adding 
those certs fixes it.
Maybe it depends on the boinc version being used?
However, I propose fixing it by adding those certificates for Intrepid.

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-17 Thread Daniel Hahler
Subscribing ubuntu-sru and proposing to get ca-certificates 20080809 into 
Intrepid.
I cannot say why, but it fixes the authentication problems with boinc.

If this does not accepted, I'll propose to get a boinc package into
intrepid-updates, which ships the upstream ca-bundle.crt file.

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-17 Thread Daniel Hahler
Setting status on ca-certificates back to New for SRU process.

** Changed in: ca-certificates (Ubuntu)
   Status: Triaged = New

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-17 Thread Martin Pitt
http://launchpadlibrarian.net/19404912/ca-
certificates_20080514-0ubuntu1_20080809.diff.gz has a lot of packaging
and structural changes which are inadequate for an SRU.

Updating boinc to include the bundle would be bearable, but maybe you
can just update the new ca-bundle in ca-certificates itself, without the
other packaging changes?

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-17 Thread Daniel Hahler
Martin, I cannot say why the new ca-certificates packages fixes this
bug; I've just looked at the source package changes of ca-
certificates-20080514-0ubuntu1 and ca-certificates-20080809.

AFAIK, ca-bundle.crt (the bundle) gets generated by the package (on
installation).. so I don't know how to only update the new ca-bundle in
ca-certificates itself..

So, from your point it appears to be more feasible to update the boinc
package and ship the upstream certificate bundle in it, yes?

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-17 Thread James Westby
Hi,

Daniel, could you please test which of the two real changes in Debian 
have fixed this.

The first was the addition of the French Government's certificates. These
are at 

cert_igca_rsa.crt
cert_igca_dsa.crt

if you remove them with the updated package installed does it still
work?

The second is the addition of

cacert.org.crt

if you remove that does it still work?

Thanks,

James

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-14 Thread Márcio Vinícius
It has TWO workarounds, why the hell it still isn't fixed in repositories?
(Sorry, i'm not developer or programmer. I have no idea of how much work it 
calls on)

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-07 Thread Daniel Hahler
** Changed in: ca-certificates (Ubuntu)
   Importance: Undecided = Medium

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-05 Thread Shirish Agarwal
Hi all,
 The fix is now in Jaunty and have given a request to backport to
Intrepid as well.

https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/294255

so if it is seen by the developers and successfully backported it
would be cool. So now we have just to wait and watch. Those who want,
can and should subscribe to that bug and also click on that this bug
affects me too (on the top) . The rest is upto the ubuntu-backports
team whom I have not asked as of yet.
-- 
  Regards,
  Shirish Agarwal
  This email is licensed under http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-03 Thread raccoonone
same issue for me in Intrepid, but the solution posted by chris_andrew
fixed it for me.

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-02 Thread p3car
Rhubarb,

you probably don't need to reboot.
I stopped the boinc-client,

 sudo /etc/init.d/boinc-client stop

before copying the ca-bundle file, and then i restarted boinc-client

sudo /etc/init.d/boinc-client start

The client then immidiately contacted the world community grid project
and downloaded a new task.

/Peter

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-02 Thread chris_andrew
I can confirm that the following worked on a dual processor amd64:

sudo /etc/init.d/boinc-client stop

cd /var/lib/boinc-client/
sudo mv ca-bundle.crt ca-bundle.crt.old
sudo wget 
http://boinc.berkeley.edu/trac/browser/trunk/boinc/curl/ca-bundle.crt?format=raw
sudo mv ca-bundle.crt?format=raw ca-bundle.crt

sudo /etc/init.d/boinc-client start

Thanks for the workarounds, everyone.

Cheers,

Chris.

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-02 Thread thekip
I've the exact same problem, the workaround above

[code]
cd /var/lib/boinc-client/
sudo mv ca-bundle.crt ca-bundle.crt.bak 
sudo wget 
http://boinc.berkeley.edu/trac/export/16195/trunk/boinc/curl/ca-bundle.crt -O 
ca-bundle.crt
[/code]

worked for me :). Thanks for that one.

Besides, why is there a pre release of boinc-manager in the
repositories?

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-02 Thread toeside
Same issue on a fresh install of 8.10 64-bit.  Rhubarb's solution worked
for me, although I just did a File | Exit from the BOINC Manager, ran
the commands, then restarted BOINC Manager.  No reboot required.

I have the same question as thekip, the Synaptic Package Manger installs
6.2.12 which is a development version.  A production release, 6.2.15, is
available on the BOINC site, it would seem that version should be the
one coming down in the package manager.

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-02 Thread Shirish Agarwal
Hi Toeside,
Ubuntu doesn't package boinc. It syncs with the good work done by
Debian. The last time we synced was in July something for 6.2.12 . Now
Debian has got 6.2.14 in unstable (where some changes have been
cherry-picked from 6.2.16 version) and 6.2.18 in experimental (but
which requires updates to wxwidgets from 2.6 to wxwidgets 2.8) . So
most probably the thing which will happen is in the next sync cycle
(of Jaunty) we should get automatially synced and then most probably
we could ask for a backport. Although AFAIK wxwidgets is one which
usually has some problem or the other. One of the other things to find
out would be perhaps how many other applications use the wxwidgets
library, which I have no idea about (or even idea how to go about
knowing about that in the first place) . But if both these things are
known then some progress can be made.


-- 
  Regards,
  Shirish Agarwal
  This email is licensed under http://creativecommons.org/licenses/by-nc/3.0/

http://flossexperiences.wordpress.com

065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-01 Thread Shirish Agarwal
dino99 a slightly more precise way of doing the same thing.


- cd /var/lib/boinc-client ( do a locate ca-bundle.crt if this address is not 
yours )
- sudo mv ca-bundle.crt ca-bundle.crt.old (or original or whatever)
- sudo wget 
http://boinc.berkeley.edu/trac/browser/trunk/boinc/curl/ca-bundle.crt?format=raw
- sudo mv ca-bundle.crt{?format=raw,} ca-bundle.crt
- sudo cp -a ca-bundle.crt
- reboot
- sudo dpkg -S /var/lib/boinc-client/ca-bundle.crt

what do you think of this?

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-01 Thread Rhubarb
Shirsh, that doesn't quite work for me.  A few commands there are invalid and 
don't work.
But, the good news is that I did get it working this way:

cd /var/lib/boinc-client/
sudo mv ca-bundle.crt ca-bundle.crt.old
sudo wget 
http://boinc.berkeley.edu/trac/browser/trunk/boinc/curl/ca-bundle.crt?format=raw
sudo mv ca-bundle.crt?format=raw ca-bundle.crt

Then reboot, you may need to detach from wcg in the boinc manager, then
(re)attach to WCG.

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-11-01 Thread Shirish Agarwal
I'm glad the workaround works for you :)

I actually don't know what

- sudo cp -a ca-bundle.crt does , it was copied as somebody said
something.

For me the above instructions were all I needed.
-- 
  Regards,
  Shirish Agarwal
  This email is licensed under http://creativecommons.org/licenses/by-nc/3.0/

http://flossexperiences.wordpress.com

065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-10-29 Thread dino99
ugrading from hardy 32bits to intrepid 32bits result in wcg (boinc project) 
trouble: it can't upload and download work.
After some research, i have done this:
- cd /var/lib/boinc-client   ( do a locate ca-bundle if this address is not 
yours )
- sudo wget 
http://boinc.berkeley.edu/trac/browser/trunk/boinc/curl/ca-bundle.crt?format=raw
- sudo cp -a ca-bundle.crt{?format=raw,}
- reboot
- sudo dpkg -S /var/lib/boinc-client/ca-bundle.crt

then i open boinc manager and can upload every waiting work and download
new one

hope this can help

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-10-29 Thread Daniel Hahler
** Tags added: regression-release

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-10-29 Thread Daniel Hahler
** Description changed:

  Tested 6.2.7-1 on a clean intrepid alpha, updated via apt-get yesterday.
  
  Wordcommunitygrid Message Peer certificate cannot be authenticated with 
known CA certificates. 
  http://boinc.berkeley.edu/trac/wiki/Error/Scheduler%20request%20failed
  After replacing the symbolic link in /var/lib/boinc-client/ with the file 
ca-bundle.crt from the latest Berkeley Build 6.2.11 it works.
  
  
- WORKAROUND seems to be installing the upstream ca-bundle.crt file for BOINC:
- 1. cd /var/lib/boinc-client
- 2. sudo mv ca-bundle.crt{,.bak}
- 3. sudo wget 
http://boinc.berkeley.edu/trac/export/16195/trunk/boinc/curl/ca-bundle.crt -O 
ca-bundle.crt.upstream
- 4. sudo cp -a ca-bundle.crt{.upstream,}
+ WORKAROUNDS:
+ There are two workarounds.
+ 1. Install updated ca-certificates package, e.g. from blueyed's PPA:
+   https://launchpad.net/~blueyed/+archive?field.name_filter=ca-certificates
+ 
+ 2. or install the upstream ca-bundle.crt file for BOINC:
+   1. cd /var/lib/boinc-client
+   2. sudo mv ca-bundle.crt{,.bak}
+   3. sudo wget 
http://boinc.berkeley.edu/trac/export/16195/trunk/boinc/curl/ca-bundle.crt -O 
ca-bundle.crt.upstream
+   4. sudo cp -a ca-bundle.crt{.upstream,}

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-10-28 Thread Daniel Hahler
I can confirm that ca-certificates 20080809 from Debian fixes this (whatever 
the reason might be).
I've filed a sync request at bug 290485.

** Changed in: ca-certificates (Ubuntu)
   Status: New = Triaged

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-10-23 Thread EagleScreen
I am experimenting this bug with ca-certificates 20080514-0ubuntu1.
Installing ca-certificates 20080809 from Debian unstable fixes the bug for me.

** Also affects: ca-certificates (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-10-18 Thread Shirish Agarwal
I meant in boinc itself , network usage to chat to the project. Although
that is easily changed.

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-10-16 Thread Shirish Agarwal
Hi all, 
  the workaround works atleast for me. 

[EMAIL PROTECTED]:/var/lib/boinc-client$ ll
total 2284
-rw-r--r-- 1 boinc boinc2051 2008-10-17 09:30 
account_www.worldcommunitygrid.org.xml
-rw-r--r-- 1 boinc boinc   18154 2008-10-14 00:47 all_projects_list.xml
-rw-r--r-- 1 root  root   238049 2007-01-16 03:09 ca-bundle.crt
lrwxrwxrwx 1 root  root   34 2008-10-14 00:47 ca-bundle.crt.bak - 
/etc/ssl/certs/ca-certificates.crt
-rw-r--r-- 1 root  root   238049 2007-01-16 03:09 ca-bundle.crt.upstream
lrwxrwxrwx 1 root  root   31 2008-10-17 09:27 cc_config.xml - 
/etc/boinc-client/cc_config.xml
-rw-r--r-- 1 boinc boinc   42360 2008-10-17 09:48 client_state_prev.xml
-rw-r--r-- 1 boinc boinc   42385 2008-10-17 09:51 client_state.xml
-rw-r--r-- 1 boinc boinc8281 2008-10-14 00:53 get_current_version.xml
-rw-r--r-- 1 boinc boinc 580 2008-10-14 00:48 get_project_config.xml
lrwxrwxrwx 1 root  root   43 2008-10-17 09:27 global_prefs_override.xml - 
/etc/boinc-client/global_prefs_override.xml
-rw-r--r-- 1 boinc boinc1268 2008-10-17 09:30 global_prefs.xml
lrwxrwxrwx 1 root  root   34 2008-10-17 09:27 gui_rpc_auth.cfg - 
/etc/boinc-client/gui_rpc_auth.cfg
-rw-r--r-- 1 boinc boinc   0 2008-10-17 09:27 lockfile
-rw-r--r-- 1 boinc boinc 142 2008-10-14 00:53 lookup_account.xml
-rw-r--r-- 1 boinc boinc7133 2008-10-17 09:29 lookup_website.html
-rw-r--r-- 1 boinc boinc   33719 2008-10-14 00:53 
master_www.worldcommunitygrid.org.xml
drwxrwx--x 3 boinc boinc4096 2008-10-14 00:53 projects
lrwxrwxrwx 1 root  root   34 2008-10-17 09:27 remote_hosts.cfg - 
/etc/boinc-client/remote_hosts.cfg
-rw-r--r-- 1 boinc boinc   27540 2008-10-17 09:37 
sched_reply_www.worldcommunitygrid.org.xml
-rw-r--r-- 1 boinc boinc5724 2008-10-17 09:37 
sched_request_www.worldcommunitygrid.org.xml
drwxrwx--x 3 boinc boinc4096 2008-10-17 09:48 slots
-rw-r--r-- 1 boinc boinc 423 2008-10-17 09:37 
statistics_www.worldcommunitygrid.org.xml
-rw-r--r-- 1 boinc boinc   0 2008-10-14 00:47 stderrdae.txt
-rw-r--r-- 1 boinc boinc   21272 2008-10-17 09:48 stdoutdae.txt
-rw-r--r-- 1 boinc boinc 1579904 2008-10-17 09:48 temp.xml
-rw-r--r-- 1 boinc boinc 437 2008-10-17 09:47 time_stats_log

There is a bug though with that workaround, what it does is blocks your
network usage with some time restriction. It happened with me.

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 246205] Re: Wordcommunitygrid Message Peer certificate cannot be authenticated with known CA certificates.

2008-10-13 Thread Daniel Hahler
** Description changed:

  Tested 6.2.7-1 on a clean intrepid alpha, updated via apt-get yesterday.
- 
- The size of the Boinc manager window is not stored after closing.
- 
- Some project problems:
  
  Wordcommunitygrid Message Peer certificate cannot be authenticated with 
known CA certificates. 
  http://boinc.berkeley.edu/trac/wiki/Error/Scheduler%20request%20failed
  After replacing the symbolic link in /var/lib/boinc-client/ with the file 
ca-bundle.crt from the latest Berkeley Build 6.2.11 it works.
  
- QMC output file absent (after finishing WU)
+ 
+ WORKAROUND seems to be installing the upstream ca-bundle.crt file for BOINC:
+ 1. cd /var/lib/boinc-client
+ 2. sudo mv ca-bundle.crt{,.bak}
+ 3. sudo wget 
http://boinc.berkeley.edu/trac/export/16195/trunk/boinc/curl/ca-bundle.crt -O 
ca-bundle.crt.upstream
+ 4. sudo cp -a ca-bundle.crt{.upstream,}

-- 
Wordcommunitygrid Message Peer certificate cannot be authenticated with known 
CA certificates.
https://bugs.launchpad.net/bugs/246205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs