From 3ac1b3bc9ae7a62337ef1f050c793d4e4c4dc08e Mon Sep 17 00:00:00 2001 From: anton Date: Fri, 14 Oct 2022 05:44:42 +0000 Subject: [PATCH] The HTTP endpoint used for the redirect chain started to unconditionally respond with the HTTP protocol in the response location header although HTTPS is being used in the corresponding request. Flag the test as expected to fail for now. --- regress/usr.sbin/rpki-client/libressl/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/regress/usr.sbin/rpki-client/libressl/Makefile b/regress/usr.sbin/rpki-client/libressl/Makefile index ab1f91214a5..745a505309a 100644 --- a/regress/usr.sbin/rpki-client/libressl/Makefile +++ b/regress/usr.sbin/rpki-client/libressl/Makefile @@ -16,12 +16,16 @@ run-regress-test-http: test-http ./test-http https://${SERVER}/HTTP/ChunkedScript chunk.out ./test-http https://${SERVER}/HTTP/300/307.html redir.out sha256 -c ${.CURDIR}/test-http.sum - ./test-http 'https://demo.cyotek.com/features/redirectchaintest.php?index=1' redirloop.out 2>&1 | grep -q 'Too many redirections requested' .else # server ${SERVER} not reachable @echo SKIPPED .endif +REGRESS_TARGETS+= run-regress-test-http-redirectchain +REGRESS_EXPECTED_FAILURES+= run-regress-test-http-redirectchain +run-regress-test-http-redirectchain: test-http + ./test-http 'https://demo.cyotek.com/features/redirectchaintest.php?index=1' redirloop.out 2>&1 | grep -q 'Too many redirections requested' + .PATH: ${.CURDIR}/.. .include -- 2.20.1