Changes between Version 2 and Version 3 of Error/Scheduler request failed
- Timestamp:
- Feb 7, 2008, 9:04:04 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Error/Scheduler request failed
v2 v3 17 17 }}} 18 18 19 '''Why does this problem only affect W CG, and not other BOINC projects?'''20 This is because W CGis (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.19 '''Why does this problem only affect World Community Grid, and not other BOINC projects?''' 20 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. 21 21 22 22 … … 39 39 '''FreeBSD note:''' this issue has been fixed, please update your port-tree and rebuild BOINC. 40 40 41 == Manager errors == 41 42 === Scheduler request failed: SSL connect error === 43 44 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. 45 46 ==== Example ==== 47 {{{ 48 Project communication failed: attempting access to reference site 49 World Community Grid|Scheduler request failed: SSL connect error 50 }}} 51 52 ==== Solution ==== 53 Recompile curl with OpenSSL support, or reinstall it with OpenSSL support enabled. 54 55 ==== Workaround ==== 56 If you cannot recompile curl, get a statically linked BOINC build.