Changeset 8b472af in mod_gnutls for test/tests/20_TLS_reverse_proxy_client_auth
- Timestamp:
- Apr 7, 2015, 5:13:59 AM (5 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports, master, 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/20_TLS_reverse_proxy_client_auth/apache.conf
r49d25a9 r8b472af 14 14 15 15 SSLProxyEngine On 16 GnuTLSProxyKeyFile ${PWD}/../../client/secret.key17 GnuTLSProxyCertificateFile ${PWD}/../../client/x509.pem18 GnuTLSProxyCAFile ${PWD}/../../authority/x509.pem16 GnuTLSProxyKeyFile client/secret.key 17 GnuTLSProxyCertificateFile client/x509.pem 18 GnuTLSProxyCAFile authority/x509.pem 19 19 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ 20 20 ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/
Note: See TracChangeset
for help on using the changeset viewer.