asynciodebian/masterdebian/stretch-backportsjessie-backportsmsvaproxy-ticketupstream
Last change
on this file since f9eab65 was
f9eab65,
checked in by Daniel Kahn Gillmor <dkg@…>, 10 years ago
|
add two tests that detail expected vhost selection for clients who do not offer SNI
|
-
Property mode set to
100644
|
File size:
509 bytes
|
Line | |
---|
1 | Include ${PWD}/../../base_apache.conf |
---|
2 | |
---|
3 | GnuTLSCache dbm cache/gnutls_cache |
---|
4 | |
---|
5 | NameVirtualHost ${TEST_IP}:${TEST_PORT} |
---|
6 | |
---|
7 | <VirtualHost ${TEST_IP}:${TEST_PORT}> |
---|
8 | ServerName ${TEST_HOST} |
---|
9 | GnuTLSEnable On |
---|
10 | GnuTLSCertificateFile server/x509.pem |
---|
11 | GnuTLSKeyFile server/secret.key |
---|
12 | GnuTLSPriorities NORMAL |
---|
13 | </VirtualHost> |
---|
14 | |
---|
15 | <VirtualHost ${TEST_IP}:${TEST_PORT}> |
---|
16 | ServerName imposter.example |
---|
17 | GnuTLSEnable On |
---|
18 | GnuTLSCertificateFile imposter/x509.pem |
---|
19 | GnuTLSKeyFile imposter/secret.key |
---|
20 | GnuTLSPriorities NORMAL |
---|
21 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.