ClearFoundation Tracker - ClearOS | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0002005 | ClearOS | app-clearcenter - ClearCenter Core | public | 2014-10-30 01:51 | 2020-04-30 09:20 |
Reporter | bchambers | ||||
Assigned To | |||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | suspended | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0002005: After NSS, web service calls return Connection failed: Problem with the SSL CA cert (path? access rights?) | ||||
Description | 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.) | ||||
Steps To Reproduce | |||||
Additional Information | To fix manually, login via Shell/console as root and type: /sbin/service webconfig restart | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 |
Notes | |||||
|
|||||
|
|