source:
mod_gnutls/test/tests/21_TLS_reverse_proxy_wrong_cert/apache.conf
Last change on this file was e080eef, checked in by , 8 months ago | |
---|---|
|
|
File size: 475 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 | |
[a2e3c33] | 12 | GnuTLSProxyEngine On |
[8b472af] | 13 | GnuTLSProxyCAFile authority/x509.pem |
[ed82a6a] | 14 | ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ |
15 | ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ | |
16 | </VirtualHost> |
Note: See TracBrowser
for help on using the repository browser.