Actions
Bug #31750
closed:foreman_server_ca_cert macro & not existing file
Description
curl -X GET "https://foreman.example.com/register?location_id=2&organization_id=1" --user admin:changeme
Before:
echo "ERROR: standard_error"; echo "no implicit conversion of nil into String"; exit 1
Now:
echo "ERROR: standard_error"; echo "ERF42-9049 [Foreman::Exception]: SSL CA file not found, check the 'SSL CA file' in Settings > Authentication"; exit 1
Actions