Project

General

Profile

Bug #9468

Updated by Janos Mattyasovszky over 7 years ago

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: 

 <pre> 
 /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)) 
 </pre> 

 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

Back