asynciodebian/masterdebian/stretch-backportsjessie-backportsmainproxy-ticketupstream
Last change
on this file since 3e04c0b was
3e04c0b,
checked in by Thomas Klute <thomas2.klute@…>, 7 years ago
|
Test suite: Don't restrict IP addresses of virtual hosts
The IP addresses the servers started by the test suite listen on are
already restricted by the "Listen" statement in test/base_apache.conf,
so restricting individual virtual hosts only makes changes to those
addresses unnecessarily complicated.
|
-
Property mode set to
100644
|
File size:
572 bytes
|
Rev | Line | |
---|
[33af2b7] | 1 | Include ${srcdir}/base_apache.conf |
---|
[f9eab65] | 2 | |
---|
| 3 | GnuTLSCache dbm cache/gnutls_cache |
---|
| 4 | |
---|
[3e04c0b] | 5 | NameVirtualHost _default_:${TEST_PORT} |
---|
[f9eab65] | 6 | |
---|
| 7 | # In this order, clients with no SNI should get the imposter's key |
---|
| 8 | |
---|
[3e04c0b] | 9 | <VirtualHost _default_:${TEST_PORT}> |
---|
[f9eab65] | 10 | ServerName imposter.example |
---|
| 11 | GnuTLSEnable On |
---|
| 12 | GnuTLSCertificateFile imposter/x509.pem |
---|
| 13 | GnuTLSKeyFile imposter/secret.key |
---|
| 14 | GnuTLSPriorities NORMAL |
---|
| 15 | </VirtualHost> |
---|
| 16 | |
---|
[3e04c0b] | 17 | <VirtualHost _default_:${TEST_PORT}> |
---|
[f9eab65] | 18 | ServerName ${TEST_HOST} |
---|
| 19 | GnuTLSEnable On |
---|
| 20 | GnuTLSCertificateFile server/x509.pem |
---|
| 21 | GnuTLSKeyFile server/secret.key |
---|
| 22 | GnuTLSPriorities NORMAL |
---|
| 23 | </VirtualHost> |
---|
| 24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.