#326 closed Defect (fixed)
libCurl CA package can't be found
Reported by: | Didactylos | Owned by: | davea |
---|---|---|---|
Priority: | Minor | Milestone: | 6.0 |
Component: | Client - Daemon | Version: | |
Keywords: | Cc: |
Description
A frequent error we see is
Scheduler request failed: problem with the SSL CA cert (path? access rights?)
This is caused by 3rd party ports omitting the ca-bundle file because they are linking against a libCurl port instead of packaging libCurl with BOINC.
It can be fixed by using the default CA package if you fail to find the BOINC copy. (Don't explicitly call curl_easy_setopt(curlEasy, CURLOPT_CAINFO, "ca-bundle.crt"); and it will use the default.)
Change History (2)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Apparently fixed in r13150.