Changes between Version 2 and Version 3 of Error/Scheduler request failed


Ignore:
Timestamp:
Feb 7, 2008, 9:04:04 PM (16 years ago)
Author:
Didactylos
Comment:

Scheduler request failed: SSL connect error

Legend:

Unmodified
Added
Removed
Modified
  • Error/Scheduler request failed

    v2 v3  
    1717}}}
    1818
    19 '''Why does this problem only affect WCG, and not other BOINC projects?'''
    20 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.
     19'''Why does this problem only affect World Community Grid, and not other BOINC projects?'''
     20This 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.
    2121
    2222
     
    3939'''FreeBSD note:''' this issue has been fixed, please update your port-tree and rebuild BOINC.
    4040
    41 == Manager errors ==
     41
     42=== Scheduler request failed: SSL connect error ===
     43
     44This 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{{{
     48Project communication failed: attempting access to reference site
     49World Community Grid|Scheduler request failed: SSL connect error
     50}}}
     51
     52==== Solution ====
     53Recompile curl with OpenSSL support, or reinstall it with OpenSSL support enabled.
     54
     55==== Workaround ====
     56If you cannot recompile curl, get a statically linked BOINC build.