Anonymous | Login | 2024-12-22 00:18 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
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.) | ||||||||
Additional Information | To fix manually, login via Shell/console as root and type: /sbin/service webconfig restart | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0013951) NickH (developer) 2020-04-30 09:20 |
Migrated to https://gitlab.com/clearos/clearfoundation/app-clearcenter/-/issues/2 [^] |