Bug #19175
closedcannot upgrade directives because curl checks certificates
Description
If I try to upgrade directives, this is the error I receive:
@rudder server directive-upgrade -n packageManagement
curl: (60) SSL certificate problem: self signed certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
No version found for the technique packageManagement@
To be able to run this I had to edit /opt/rudder/share/lib/api_call.sh and add "-k" to the curl command
Updated by Nicolas CHARLES over 3 years ago
- Assignee set to Nicolas CHARLES
- Target version set to 6.1.13
Updated by Nicolas CHARLES over 3 years ago
- Status changed from New to In progress
Updated by Nicolas CHARLES over 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-agent/pull/333
Updated by Nicolas CHARLES over 3 years ago
Thank you Jean for your ticket. Issue is in the order of includes for the 3 rudder-server-directives commands
Updated by Nicolas CHARLES over 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-agent|fe607d8755e5fa9de3c55d89c74af4739ec4e772.
Updated by François ARMAND over 3 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ over 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.13 and 6.2.7 which were released today.