Actions
Bug #19175
closedcannot upgrade directives because curl checks certificates
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
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
Actions