2026.9

Released 2026-02-12

Changes

Fix egress-proxy mistakenly returns 421

In previous release 2026.6 , if an origin certificate was generated with uppercase characters, the egress proxy could fail to match the request hostname. This resulted in either a 421 Misdirected Request response or an unrecognized_name (112) TLS alert. The issue was caused by a case-sensitive hostname comparison when validating configured hosts. Since DNS hostnames are case-insensitive, this behavior was incorrect.

This release fixes the issue by performing hostname comparisons in a case-insensitive manner, ensuring correct request routing regardless of character casing in the origin certificate.

Artifacts matrix

Image TypeFamily / VariantOSPackagesArchitecturesURI
Containerphp-fpm:8.1-arm64Debian 13.28.1.34, composer-2.9.5arm64public.ecr.aws/webscale/php-fpm:8.1-arm64-2026.9
Containerphp-fpm:8.2-arm64Debian 13.38.2.30, composer-2.9.5arm64public.ecr.aws/webscale/php-fpm:8.2-arm64-2026.9
Containerphp-fpm:8.3-arm64Debian 13.38.3.30, composer-2.9.5arm64public.ecr.aws/webscale/php-fpm:8.3-arm64-2026.9
Containerphp-fpm:8.4-arm64Debian 13.38.4.17, composer-2.9.5arm64public.ecr.aws/webscale/php-fpm:8.4-arm64-2026.9
Containerphp-fpm:8.5-arm64Debian 13.38.5.2, composer-2.9.5arm64public.ecr.aws/webscale/php-fpm:8.5-arm64-2026.9
Containerphp-fpm:8.1-debDebian 13.28.1.34, composer-2.9.5amd64public.ecr.aws/webscale/php-fpm:8.1-deb-2026.9
Containerphp-fpm:8.2-debDebian 13.38.2.30, composer-2.9.5amd64public.ecr.aws/webscale/php-fpm:8.2-deb-2026.9
Containerphp-fpm:8.3-debDebian 13.38.3.30, composer-2.9.5amd64public.ecr.aws/webscale/php-fpm:8.3-deb-2026.9
Containerphp-fpm:8.4-debDebian 13.38.4.17, composer-2.9.5amd64public.ecr.aws/webscale/php-fpm:8.4-deb-2026.9
Containerphp-fpm:8.1Alpine 3.21.68.1.34, composer-2.9.5amd64public.ecr.aws/webscale/php-fpm:8.1-2026.9
Containerphp-fpm:8.2Alpine 3.23.38.2.30, composer-2.9.5amd64public.ecr.aws/webscale/php-fpm:8.2-2026.9
Containerphp-fpm:8.3Alpine 3.23.38.3.30, composer-2.9.5amd64public.ecr.aws/webscale/php-fpm:8.3-2026.9
Containerphp-fpm:8.4Alpine 3.23.38.4.17, composer-2.9.5amd64public.ecr.aws/webscale/php-fpm:8.4-2026.9
ContainerrabbitmqUbuntu 24.04.3 LTS4.2.3arm64public.ecr.aws/webscale/rabbitmq:2026.9
ContainervarnishDebian 12.136.0.16arm64public.ecr.aws/webscale/varnish:2026.9
Have questions not answered here? Contact Support to get more help.

Last modified on June 3, 2026