ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002005ClearOSapp-clearcenter - ClearCenter Corepublic2014-10-30 01:512020-04-30 09:20
Reporterbchambers 
Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionsuspended 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002005: After NSS, web service calls return Connection failed: Problem with the SSL CA cert (path? access rights?)
DescriptionRecent updates have likely triggered this upstream bug:

http://bugs.centos.org/view.php?id=7647 [^]

For some reason, this constant is undefined in Webconfig's PHP version:

CURLE_SSL_CACERT_BADFILE

Fix is to update /usr/clearos/apps/clearcenter/libraries/Rest

} else if ($errno == CURLE_SSL_CACERT) {

To

} else if ($errno == CURLE_SSL_CACERT || $errno == 77) {

Affects any web service call back to ClearCenter API endpoints (licensing, marketplace etc.)
Additional InformationTo fix manually, login via Shell/console as root and type:

/sbin/service webconfig restart
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0013951)
NickH (developer)
2020-04-30 09:20

Migrated to https://gitlab.com/clearos/clearfoundation/app-clearcenter/-/issues/2 [^]

- Issue History
Date Modified Username Field Change
2014-10-30 01:51 bchambers New Issue
2014-11-07 09:16 user2 Status new => confirmed
2020-04-30 09:20 NickH Note Added: 0013951
2020-04-30 09:20 NickH Status confirmed => closed
2020-04-30 09:20 NickH Resolution open => suspended