asynciodebian/masterproxy-ticket
Last change
on this file since dcc053e was
5cf8e99,
checked in by Krista Karppinen <krista.celestia@…>, 2 years ago
|
Add tests for virtual host server aliases
Test matching and mismatching SNI and Host header with a wildcard
server alias.
|
-
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.