Bug #18403
closedcapsule sync not working after hostname change
Description
When one changes the hostname using katello-change-hostname, syncing and registering a capsule fails. The ueber cert is generated using the old CA and isn't changed, so its still using the old hostname
curl: (35) Peer does not recognize and trust the CA that issued your certificate.
Updated by John Mitsch almost 8 years ago
- Related to Tracker #18273: hostname change issues added
Updated by John Mitsch almost 8 years ago
This is actually related to https://bugzilla.redhat.com/show_bug.cgi?id=1418376 Once this is fixed an in our daily build we can use a rake task that runs something like "::Katello::Resources::Candlepin::Consumer.get({}).select{|c| c['type']['label'] == 'uebercert' }.each{|c| ::Katello::Resources::Candlepin::Consumer.destroy(c['uuid']) }" to fix it.
Updated by John Mitsch almost 8 years ago
workaround for the aforementioned candlepin bug: https://gist.github.com/johnpmitsch/af158851ddf1403a42343472a5b1d273
Updated by Eric Helms almost 8 years ago
- Project changed from Packaging to Katello
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6680 added
Updated by John Mitsch almost 8 years ago
- Project changed from Katello to Packaging
Updated by John Mitsch almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello:katello|b0a41ac9bc0c2a5ae780d8d544a33f3cb68e5300.
Updated by John Mitsch almost 8 years ago
- Pull request https://github.com/Katello/katello-packaging/pull/397 added
Updated by John Mitsch over 7 years ago
- Translation missing: en.field_release set to 209
Updated by Eric Helms over 7 years ago
- Project changed from Packaging to Katello
- Pull request deleted (
https://github.com/Katello/katello-packaging/pull/397, https://github.com/Katello/katello/pull/6680)