- Timestamp:
- Jan 8, 2020, 2:15:38 PM (12 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 9a48691
- Parents:
- 3871dbd
- Location:
- test
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-23_TLS_reverse_proxy_mismatched_priorities.bash
r3871dbd rdda0f4a 1 1 #!/bin/bash 2 3 # This test checks if server and proxy priorities are applied4 # properly. The proxy server requries a TLS 1.2 connection, but the5 # back end server is configured not to use TLS 1.2. The proxy request6 # must fail and the client must receive an error message to pass.7 2 . ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 23 -
test/test-26_redirect_HTTP_to_HTTPS.bash
r3871dbd rdda0f4a 1 1 #!/bin/bash 2 #3 # This test checks if mod_rewrite rules can detect HTTPS connections4 # with "%{HTTPS}".5 2 . ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 26 -
test/test-27_OCSP_server.bash
r3871dbd rdda0f4a 1 1 #!/bin/bash 2 # Try HTTPS access with OCSP status check3 2 4 3 # Skip if OCSP tests are not enabled -
test/tests/23_TLS_reverse_proxy_mismatched_priorities/test.yml
r3871dbd rdda0f4a 1 1 !connection 2 description: >- 3 Check if server and proxy priorities are applied properly. The proxy 4 server requries a TLS 1.2 connection, but the backend server is 5 configured not to use TLS 1.2. The proxy request must fail and the 6 client must receive an error message to pass. 2 7 gnutls_params: 3 8 - x509cafile=authority/x509.pem -
test/tests/26_redirect_HTTP_to_HTTPS/test.yml
r3871dbd rdda0f4a 1 1 - !connection 2 description: 'Plain HTTP connection that must be redirected to HTTPS' 2 description: >- 3 Send a plain HTTP request, mod_rewrite must recognize the 4 unencrypted connection using "%{HTTPS}" and redirect to HTTPS, 5 without otherwise changing the URL. 3 6 transport: plain 4 7 host: '${TEST_HOST}' -
test/tests/27_OCSP_server/test.yml
r3871dbd rdda0f4a 1 1 !connection 2 description: Check if the HTTPS server provides an OCSP status 2 3 gnutls_params: 3 4 - x509cafile=authority/x509.pem
Note: See TracChangeset
for help on using the changeset viewer.