Changeset 8b472af in mod_gnutls for test/tests/21_TLS_reverse_proxy_wrong_cert
- Timestamp:
- Apr 7, 2015, 5:13:59 AM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- f030883
- Parents:
- 49d25a9
- git-author:
- Thomas Klute <thomas2.klute@…> (04/07/15 03:52:09)
- git-committer:
- Thomas Klute <thomas2.klute@…> (04/07/15 05:13:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/21_TLS_reverse_proxy_wrong_cert/apache.conf
r49d25a9 r8b472af 14 14 15 15 SSLProxyEngine On 16 GnuTLSProxyCAFile ${PWD}/../../authority/x509.pem16 GnuTLSProxyCAFile authority/x509.pem 17 17 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ 18 18 ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/
Note: See TracChangeset
for help on using the changeset viewer.