Feature #21730
closedAdd check to verify if any empty CA request files exist on satellite
Description
Description of problem:
Puppet Master Issue / CA issue:
When Satellite have one empty CA file, customer will receive the message according below
---
Failure: ERF50-5345 [Foreman::WrappedException]: Unable to connect ([ProxyAPI::ProxyException]: ERF12-5356 [ProxyAPI::ProxyException]: Unable to get PuppetCA certificates ([RestClient...)
---
Version-Release number of selected component (if applicable):
6.2.8
How reproducible:
100%
Steps to Reproduce:
1. Create one empty file inside "/var/lib/puppet/ssl/ca/requests/test.pem"
2. Execute the command "/usr/bin/puppet cert --ssldir /var/lib/puppet/ssl --list --all"
Actual results:
Error
---
[root@satellite6 log]# /usr/bin/puppet cert --ssldir /var/lib/puppet/ssl --list --all
Error: header too long
[root@satellite6 log]#
---
Expected results:
See all certificates
Additional info:
Also, provide a step to delete those empty files.
Updated by Kavita Gaikwad about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_maintain|999ac7917a25035b31c3bae4c1244ce18c0bf942.