-
Bug
-
Resolution: Done
-
Major
-
7.0.0.Final
Based on the text from analasys:
Wildcard names use * as a wildcard, and can only be used to match a single level of subdomain in much the same way as with wildcard certificates.
As such, in case I have configured SNI mapping for:
.*\\.example\\.com
I expect that this mapping is selected for any single level of subdomain of example.com although, in case of any extra subdomain, this mapping is not utilized. In other words, following hostnames should match:
test.example.com another-test.example.com
although following should not be matched and default server-ssl-context shall be used instead:
two-sublevel.one-sublevel.example.com
Current behaviour also matches also 'two-sublevel.one-sublevel.example.com'.
- is related to
-
WFCORE-4309 Value validator for 'host-context-map' attribute of 'server-ssl-sni-context' resource
- Resolved