Bug #31750
:foreman_server_ca_cert macro & not existing file
Pull request:
Fixed in Releases:
Found in Releases:
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
Associated revisions
History
#1
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8294 added
#2
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases 2.5.0 added
#3
Updated by Leos Stejskal over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|3e756bcc24fa9346697b2f7abc8b025c9b4f45f7.
Fixes #31750 - :foreman_server_ca_cert macro & not existing file (#8294)