ClearFoundation Tracker - ClearOS
View Issue Details
0002005ClearOSapp-clearcenter - ClearCenter Corepublic2014-10-30 01:512020-04-30 09:20
bchambers 
 
normalmajoralways
closedsuspended 
 
 
0002005: After NSS, web service calls return Connection failed: Problem with the SSL CA cert (path? access rights?)
Recent 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.)
To fix manually, login via Shell/console as root and type:

/sbin/service webconfig restart
No tags attached.
Issue History
2014-10-30 01:51bchambersNew Issue
2014-11-07 09:16user2Statusnew => confirmed
2020-04-30 09:20NickHNote Added: 0013951
2020-04-30 09:20NickHStatusconfirmed => closed
2020-04-30 09:20NickHResolutionopen => suspended

Notes
(0013951)
NickH   
2020-04-30 09:20   
Migrated to https://gitlab.com/clearos/clearfoundation/app-clearcenter/-/issues/2 [^]