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 7 years ago
- Subject changed from Add check to verify if any empty CA files exist on satellite to Add check to verify if any empty CA request files exist on satellite
Updated by The Foreman Bot about 7 years ago
- Pull request https://github.com/theforeman/foreman_maintain/pull/130 added
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
Updated by Kavita Gaikwad almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_maintain|999ac7917a25035b31c3bae4c1244ce18c0bf942.