-
Bug
-
Resolution: Done-Errata
-
Major
-
4.15.z
-
+
-
Critical
-
None
-
3
-
NE Sprint 260, NE Sprint 261
-
2
-
Rejected
-
False
-
-
-
Bug Fix
-
Done
-
PXE suggested action: since this bug prevents upgrades it should be high priority; try to solve in the current sprint. Should this be an upgrade risk?
-
-
-
-
Description of problem:
Upgrade to OCP v4.16 is blocked because root certificate has weak SHA-1 signature algorithm
Actual results:
Upgrade is blocked
Expected results:
Upgrade should be possible because serving certificate has sha256WithRSAEncryption algorithm
Additional info:
In openshift v4.15 clusterversion is showing that cluster cannot upgrade because certificate contains weak SHA-1 algorithm for default cert, ~~~ - lastTransitionTime: "2024-08-08T06:03:44Z" message: 'Cluster operator ingress should not be upgraded between minor versions: Some ingresscontrollers are not upgradeable: ingresscontroller "default" is not upgradeable: OperandsNotUpgradeable: One or more managed resources are not upgradeable: certificate in secret openshift-ingress/custom-certs-default has weak SHA1 signature algorithm: SHA1-RSA (see https://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html#ocp-4-16-sha-haproxy-support-removed_release-notes for more details)' reason: IngressControllersNotUpgradeable status: "False" type: UpgradeableClusterOperators ~~~ While checking the secret, there are 3 certificate present in cert chain and only 1 cert has SHA-1 as signature algorithm which is a root certificate. Serving cert of secret is usng sha256WithRSAEncryption.
- is blocked by
-
OCPBUGS-43063 Router should support SHA-1 CA certificates in the default certificate chain
- Closed
- is cloned by
-
OCPBUGS-43063 Router should support SHA-1 CA certificates in the default certificate chain
- Closed
- is documented by
-
OCPBUGS-43331 Missing release note for 4.15.18
- Closed
- relates to
-
OCPBUGS-26498 Router fails to start/reload with SHA1 cert due to OpenSSL 3.0 in RHEL9
- Closed
-
OCPBUGS-28928 [Backport 4.15] Router fails to start/reload with SHA1 cert due to OpenSSL 3.0 in RHEL9
- Closed
- links to
-
RHBA-2024:8425 OpenShift Container Platform 4.15.z bug fix update