Changeset 3871dbd in mod_gnutls
- Timestamp:
- Jan 8, 2020, 1:15:20 PM (3 years ago)
- Branches:
- asyncio, main, master, proxy-ticket
- Children:
- dda0f4a
- Parents:
- 8666b50
- Location:
- test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r8666b50 r3871dbd 274 274 # port for TLS proxy backend server 275 275 BACKEND_PORT ?= 9934 276 # port for plain HTTP server 277 TEST_HTTP_PORT ?= 9935 276 278 # port for the OCSP responder 277 279 if ENABLE_OCSP_TEST … … 297 299 export BACKEND_HOST="@TEST_HOST@"; \ 298 300 export BACKEND_PORT="$(BACKEND_PORT)"; \ 301 export TEST_HTTP_PORT="$(TEST_HTTP_PORT)"; \ 299 302 export HTTP_CLI="@HTTP_CLI@"; 300 303 -
test/test-26_redirect_HTTP_to_HTTPS.bash
r8666b50 r3871dbd 3 3 # This test checks if mod_rewrite rules can detect HTTPS connections 4 4 # with "%{HTTPS}". 5 6 : ${TEST_HTTP_PORT:="9935"}7 export TEST_HTTP_PORT8 9 5 . ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 26
Note: See TracChangeset
for help on using the changeset viewer.