wiki:Error/Scheduler request failed

Scheduler request failed

DEPRECATED - USE MEDIAWIKI

Scheduler request failed: peer certificate cannot be authenticated with known CA certificates

This error most frequently occurs because of incorrect date settings on your computer. To correct the problem, correct your computer clock.

9-2-2006 4:33:20|World Community Grid|Resetting project
9-2-2006 4:33:28|World Community Grid|Sending scheduler request: Requested by user
9-2-2006 4:33:28|World Community Grid|Requesting 527040 seconds of new work
9-2-2006 4:33:29||Project communication failed: attempting access to reference site
9-2-2006 4:33:31||Access to reference site succeeded - project servers may be temporarily down.
9-2-2006 4:33:34|World Community Grid|Scheduler request failed: peer certificate cannot be authenticated with known CA certificates
9-2-2006 4:33:34|World Community Grid|Deferring communication for 15 min 27 sec
9-2-2006 4:33:34|World Community Grid|Reason: scheduler request failed

You can also receive this message when you are behind a Proxy that intercepts SSL Traffic. Add PEM formatted X.509 Certificates used by your proxy to the ca-bundle.crt (you can get this file below if it is missing). Firefox will export in PEM format. In IE, choose "Base-64 encoded X.509".

Since BOINC 5.10.42, this error message is also given when the ca-bundle.crt file cannot be found.

Why does this problem only affect World Community Grid, and not other BOINC projects? This is because World Community Grid is (at the time of writing) the only BOINC project that requires a secure connection to the server. Other projects permit falling back to an insecure connection.


Scheduler request failed: problem with the SSL CA cert (path? access rights?)

This is a known problem with some ported BOINC releases, especially certain Linux x64 ports. The reason for the error is that a file (ca-bundle.crt) was omitted from the release.

If you see this error message in your message log, then you probably need to apply this fix.

  1. Determine your BOINC data directory. Check the beginning of your message log. There will be a line near the beginning like this:
    08/06/2007 13:18:00||Data directory: C:\Program Files\BOINC
    
  2. Download the missing file. - make sure you name the file ca-bundle.crt.
  3. Place the file in your BOINC data directory.
  4. Restart BOINC. The way you do this will depend on your installation.

Why does this problem only affect WCG, and not other BOINC projects? This is because WCG is (at the time of writing) the only BOINC project that requires a secure connection to the server. Other projects permit falling back to an insecure connection.

FreeBSD note: this issue has been fixed, please update your port-tree and rebuild BOINC.

Version note: Since BOINC 5.10.42, this problem causes a different error message:

Scheduler request failed: peer certificate cannot be authenticated with known CA certificates

Scheduler request failed: SSL connect error

This is a known problem with some ported BOINC releases. BOINC was dynamically linked to the curl library, but your installation of curl was compiled without OpenSSL support.

Example

Project communication failed: attempting access to reference site
World Community Grid|Scheduler request failed: SSL connect error

Solution

Recompile curl with OpenSSL support, or reinstall it with OpenSSL support enabled.

Workaround

If you cannot recompile curl, get a statically linked BOINC build.

Last modified 11 years ago Last modified on Jan 7, 2013, 8:06:01 AM