Actions
Bug #9674
closed500 error on any problem when signing Puppet certificate
Description
Currently if any error happens when signing a certificate request, Foreman will throw a 500 error page.
See the following example for a error of a client sending a broken cert request (incompatible digest algorithm):
ERF12-9815 [ProxyAPI::ProxyException]: Unable to sign PuppetCA certificate for samplehost ([RestClient::NotAcceptable]: 406 Not Acceptable) for proxy https://mydomain:9090/puppet/ca
We can handle this through an alert and return back to the smart proxy puppetCA index page.
Updated by The Foreman Bot almost 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2229 added
- Pull request deleted (
)
Updated by Dominic Cleal almost 10 years ago
- Category set to PuppetCA
- Assignee set to Daniel Lobato Garcia
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 35
Updated by Daniel Lobato Garcia over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 1ced4fb33ee049110737c8985953402444e27ec9.
Actions