Actions
Bug #18968
closedCommand rudder server node-to-relay may fail with curl error
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
Curl command used in the method is
DOWNLOAD_COMMAND="curl --silent --show-error ${CERTIFICATE_OPTION} --location --noproxy --globoff"
yet some system require to use the proxy, even to connect to localhost
Updated by Nicolas CHARLES over 3 years ago
it is because noproxy requires an extra argument
we should do like in techniques: --proxy ''
Updated by Nicolas CHARLES over 3 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
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-plugins/pull/357
Updated by Nicolas CHARLES over 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder-plugins|8b1bc88ae36b68023d6924882b04cecdca69976c.
Updated by Vincent MEMBRÉ about 3 years ago
- Status changed from Pending release to Released
Updated by François ARMAND about 3 years ago
- Related to Bug #19998: Command rudder server node-to-relay fails with curl error about proxy on debian added
Actions