Bug 1638759
Summary: | Unknown host or mismatch requests should return 400 | ||
---|---|---|---|
Product: | Red Hat Software Collections | Reporter: | Branislav Náter <bnater> |
Component: | httpd | Assignee: | Luboš Uhliarik <luhliari> |
Status: | CLOSED WONTFIX | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> |
Severity: | unspecified | Docs Contact: | Lenka Špačková <lkuprova> |
Priority: | unspecified | ||
Version: | httpd24 | CC: | jhouska, jorton, luhliari, qe-baseos-apps |
Target Milestone: | beta | ||
Target Release: | 2.4 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Release Note | |
Doc Text: |
The handling of TLS Server Name Indication (SNI) hints in the Apache HTTP Server has changed.
* If the SNI hint given in the TLS handshake does not match the Host: header in the HTTP request, an HTTP 421 Misdirected Request error response is now sent by the server instead of the previous 400 Bad Request error response.
* If the SNI hint does not match the server name of a configured VirtualHost, the usual VirtualHost matching rules are now followed, that is, matching the first configured host. Previously, a 400 Bad Request error response was sent.
|
Story Points: | --- |
Clone Of: | 1434053 | Environment: | |
Last Closed: | 2018-11-07 11:28:42 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Bug Depends On: | 1434053 | ||
Bug Blocks: |
Description
Branislav Náter
2018-10-12 12:01:04 UTC
|