Actions
Bug #9468
closedMinicurl fails for https connections
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Operational - other Techniques | Technique editor | Rudder settings
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
Hi,
When curl is not available, minicurl should handle the transport of the inventory. However, LWP seems to miss the SSL crypto stuff from the build-in modules:
/opt/rudder/bin/rudder-perl /var/rudder/cfengine-community/inputs/common/utilities/minicurl --debug --no-verify --get --file "/var/rudder/cfengine-community/rudder-server-uuid.txt" --url https://rudder.fqdn/uuid FAILED (501 Protocol scheme 'https' is not supported (Crypt::SSLeay or IO::Socket::SSL not installed))
Since Rudder has changed the default transport to https, this fails on a freshly installed agent out-of-the-box on the first update (given curl is not present).
Found in: rudder-agent-3.1.13.release-1.SLES.12.x86_64
Actions