Created
August 12, 2025 13:41
-
-
Save bpluly/b59f8a896b788958ae8374c394fdcf0f to your computer and use it in GitHub Desktop.
HTTPD 2.4 2.2.34-1.16.amzn1 and explicit SNI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The problem is that the backend configuration has multiple domains on an instance. The config could be separated into a backend for each host domain name but the real solution is to have a dynamic SNI | |
The host header is the basis for SNI so the config looks like, for each backend. | |
server backend-name ipaddr ssl verify none check-sni req.hdr(host) sni req.hdr(host) check |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment