Live
Measuring Security Overhead in Red Hat OpenShift AI Agentic PipelinesLeveraging Infrastructure Efficiency to Accommodate AI Workloads Without New CapacityEnforcing BYOK Credentials in AI Gateway to Block Unified Billing FallbackDynamic Power Allocation in AI Factories: How NVIDIA DSX Flex and MaxLPS Boost Token ThroughputEmbedding Independent AI Evaluators: Operational Shifts for EngineersModernising a StatsD pipeline with an OpenTelemetry collector migrationLocalStack expands to SaaS emulation after acquiring WonderTwin AIEdge Python Workers Gain Direct PostgreSQL and MySQL Access Through HyperdriveMeasuring Security Overhead in Red Hat OpenShift AI Agentic PipelinesLeveraging Infrastructure Efficiency to Accommodate AI Workloads Without New CapacityEnforcing BYOK Credentials in AI Gateway to Block Unified Billing FallbackDynamic Power Allocation in AI Factories: How NVIDIA DSX Flex and MaxLPS Boost Token ThroughputEmbedding Independent AI Evaluators: Operational Shifts for EngineersModernising a StatsD pipeline with an OpenTelemetry collector migrationLocalStack expands to SaaS emulation after acquiring WonderTwin AIEdge Python Workers Gain Direct PostgreSQL and MySQL Access Through Hyperdrive
GitHub

GitHub HTTPS no longer supports SHA-1: impact on CI/CD and tooling

AI SummaryPowered by AI

GitHub has turned off SHA‑1 support for HTTPS on its public service and partner CDNs as of 15 Sept 2026. Practitioners must ensure their tools and proxies use stronger hash algorithms or risk broken Git operations.

GitHub has disabled SHA-1 support for HTTPS on github.com and its partner CDNs, covering GitHub Enterprise Cloud and Enterprise Cloud with Data Residency, effective 15 September 2026. The change does not affect GitHub Enterprise Server.

What Changed

All TLS connections to the public GitHub service and the associated CDN endpoints now require certificates that use hash algorithms stronger than SHA-1. Any client that attempts a handshake using a SHA-1‑signed certificate will be rejected.

Why It Matters to Practitioners

AI engineers, cloud/platform engineers, DevOps/SRE teams, and security engineers all rely on automated Git operations over HTTPS. If the tooling, CI runners, or internal proxies still depend on SHA-1‑based certificates, those operations will fail, potentially breaking model versioning pipelines, deployment automation, or audit logging.

Operational and Security Implications

  • Verify that Git client libraries, CI agents, and any custom TLS termination points support SHA‑256 or stronger hashes.
  • Update any self‑managed proxy or CDN configurations that forward traffic to GitHub to use up‑to‑date certificates.
  • Monitor logs for TLS handshake failures that reference SHA‑1, as they indicate lingering dependencies.
  • Security posture improves by removing a known weak hash algorithm from the attack surface.

Related CloudNinjas coverage: hands-on guides.

What This Means For Practitioners

Audit your toolchain for SHA‑1 usage and upgrade libraries or configurations where needed. Test push/pull operations in a staging environment before the cut‑over date to catch incompatibilities. For GitHub Enterprise Server users, plan a similar transition in future releases, even though the current change does not apply to on‑prem installations.

Originally published atGitHub Changelog