- Timestamp:
- Jan 23, 2016, 5:54:18 PM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
- Children:
- 62ba7f0
- Parents:
- ddf6027
- Location:
- test
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-19_TLS_reverse_proxy.bash
rddf6027 r725e9af 11 11 function stop_backend 12 12 { 13 backend_apache "${ dir}" "backend.conf" stop13 backend_apache "${testdir}" "backend.conf" stop 14 14 } 15 15 backend_apache "${testdir}" "backend.conf" start "${BACKEND_LOCK}" -
test/test-20_TLS_reverse_proxy_client_auth.bash
rddf6027 r725e9af 11 11 function stop_backend 12 12 { 13 backend_apache "${ dir}" "backend.conf" stop13 backend_apache "${testdir}" "backend.conf" stop 14 14 } 15 15 backend_apache "${testdir}" "backend.conf" start "${BACKEND_LOCK}" -
test/test-21_TLS_reverse_proxy_wrong_cert.bash
rddf6027 r725e9af 11 11 function stop_backend 12 12 { 13 backend_apache "${ dir}" "backend.conf" stop13 backend_apache "${testdir}" "backend.conf" stop 14 14 } 15 15 backend_apache "${testdir}" "backend.conf" start "${BACKEND_LOCK}" -
test/test-22_TLS_reverse_proxy_crl_revoke.bash
rddf6027 r725e9af 11 11 function stop_backend 12 12 { 13 backend_apache "${ dir}" "backend.conf" stop13 backend_apache "${testdir}" "backend.conf" stop 14 14 } 15 15 backend_apache "${testdir}" "backend.conf" start "${BACKEND_LOCK}" -
test/test-23_TLS_reverse_proxy_mismatched_priorities.bash
rddf6027 r725e9af 16 16 function stop_backend 17 17 { 18 backend_apache "${ dir}" "backend.conf" stop18 backend_apache "${testdir}" "backend.conf" stop 19 19 } 20 20 backend_apache "${testdir}" "backend.conf" start "${BACKEND_LOCK}"
Note: See TracChangeset
for help on using the changeset viewer.