asynciodebian/mastermainproxy-ticket
Last change
on this file since 9a834cc was
dcc053e,
checked in by Krista Karppinen <krista.celestia@…>, 4 years ago
|
Add test for missing Host header, SNI matching server alias
Test that a request to a virtual host with a server alias fails if
there is no Host header in the encapsulated HTTP request
|
-
Property mode set to
100644
|
File size:
261 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | |
---|
3 | GnuTLSCache ${DEFAULT_CACHE} |
---|
4 | |
---|
5 | <VirtualHost _default_:${TEST_PORT}> |
---|
6 | ServerName ${TEST_HOST} |
---|
7 | ServerAlias *.virtual.host |
---|
8 | GnuTLSEnable On |
---|
9 | GnuTLSCertificateFile server/x509.pem |
---|
10 | GnuTLSKeyFile server/secret.key |
---|
11 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.