source:
mod_gnutls/test/tests/21_TLS_reverse_proxy_wrong_cert/apache.conf
@
eb84747
Last change on this file since eb84747 was c825c3a, checked in by , 4 years ago | |
---|---|
|
|
File size: 530 bytes |
Rev | Line | |
---|---|---|
[33af2b7] | 1 | Include ${srcdir}/base_apache.conf |
[7813802] | 2 | Include ${srcdir}/proxy_mods.conf |
[ed82a6a] | 3 | |
[a6aa387] | 4 | GnuTLSCache ${DEFAULT_CACHE} |
[ed82a6a] | 5 | |
[3e04c0b] | 6 | <VirtualHost _default_:${TEST_PORT}> |
[ed82a6a] | 7 | ServerName ${TEST_HOST} |
8 | GnuTLSEnable On | |
[c825c3a] | 9 | GnuTLSCertificateFile authority/server/x509.pem |
10 | GnuTLSKeyFile authority/server/secret.key | |
[ed82a6a] | 11 | GnuTLSPriorities NORMAL |
12 | ||
[a2e3c33] | 13 | GnuTLSProxyEngine On |
[8b472af] | 14 | GnuTLSProxyCAFile authority/x509.pem |
[f030883] | 15 | GnuTLSProxyPriorities NORMAL |
[ed82a6a] | 16 | ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ |
17 | ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ | |
18 | </VirtualHost> |
Note: See TracBrowser
for help on using the repository browser.