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
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8294 added
Updated by Leos Stejskal over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|3e756bcc24fa9346697b2f7abc8b025c9b4f45f7.
Actions