- Timestamp:
- Apr 9, 2015, 1:02:39 PM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 73f6f12
- Parents:
- 8b472af
- Location:
- test
- Files:
-
- 6 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r8b472af rf030883 23 23 test-20_TLS_reverse_proxy_client_auth.bash \ 24 24 test-21_TLS_reverse_proxy_wrong_cert.bash \ 25 test-22_TLS_reverse_proxy_crl_revoke.bash 25 test-22_TLS_reverse_proxy_crl_revoke.bash \ 26 test-23_TLS_reverse_proxy_mismatched_priorities.bash 26 27 27 28 clean-local: -
test/tests/19_TLS_reverse_proxy/apache.conf
r8b472af rf030883 15 15 SSLProxyEngine On 16 16 GnuTLSProxyCAFile authority/x509.pem 17 GnuTLSProxyPriorities NORMAL 17 18 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ 18 19 ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ -
test/tests/20_TLS_reverse_proxy_client_auth/apache.conf
r8b472af rf030883 17 17 GnuTLSProxyCertificateFile client/x509.pem 18 18 GnuTLSProxyCAFile authority/x509.pem 19 GnuTLSProxyPriorities NORMAL 19 20 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ 20 21 ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ -
test/tests/21_TLS_reverse_proxy_wrong_cert/apache.conf
r8b472af rf030883 15 15 SSLProxyEngine On 16 16 GnuTLSProxyCAFile authority/x509.pem 17 GnuTLSProxyPriorities NORMAL 17 18 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ 18 19 ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ -
test/tests/22_TLS_reverse_proxy_crl_revoke/apache.conf
r8b472af rf030883 16 16 GnuTLSProxyCAFile authority/x509.pem 17 17 GnuTLSProxyCRLFile ${PWD}/crl.pem 18 GnuTLSProxyPriorities NORMAL 18 19 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ 19 20 ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/
Note: See TracChangeset
for help on using the changeset viewer.