asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since 49d25a9 was
907ae8f,
checked in by Thomas Klute <thomas2.klute@…>, 6 years ago
|
New test case: Proxy server detects revoked back end cert using CRL
The test case generates a CRL revoking the server certificate. Using
it as GnuTLSProxyCRLFile should cause the connection to the back end
server to fail.
|
-
Property mode set to
100644
|
File size:
398 bytes
|
Rev | Line | |
---|
[907ae8f] | 1 | Include ${PWD}/../../base_apache.conf |
---|
| 2 | |
---|
| 3 | CustomLog logs/${TEST_NAME}.backend.access.log combined |
---|
| 4 | ErrorLog logs/${TEST_NAME}.backend.error.log |
---|
| 5 | PidFile backend.pid |
---|
| 6 | |
---|
| 7 | GnuTLSCache dbm cache/gnutls_cache |
---|
| 8 | |
---|
| 9 | <VirtualHost ${BACKEND_IP}:${BACKEND_PORT}> |
---|
| 10 | ServerName ${BACKEND_HOST} |
---|
| 11 | GnuTLSEnable On |
---|
| 12 | GnuTLSCertificateFile server/x509.pem |
---|
| 13 | GnuTLSKeyFile server/secret.key |
---|
| 14 | GnuTLSPriorities NORMAL |
---|
| 15 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.