]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: set_ssl_server_cert.vtc: remove the abort command
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 28 Jan 2021 13:56:31 +0000 (14:56 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 28 Jan 2021 14:04:03 +0000 (15:04 +0100)
Temporarily remove the abort command as it seems to cause problems when
trying to do a "show ssl cert" after it.

reg-tests/ssl/set_ssl_server_cert.vtc

index e0ee4870eea349d99c3788319509af5d41617b12..a16ea80bbd798f70c3718a71722c8ecbb76c0485 100644 (file)
@@ -87,18 +87,3 @@ client c1 -connect ${h1_clearlst_sock} {
     expect resp.http.x-ssl == "Revoked"
 } -run
 
-# Abort a transaction
-shell {
-    printf "set ssl cert ${testdir}/client1.pem <<\n$(cat ${testdir}/client3_revoked.pem)\n\n" | socat "${tmpdir}/h1/stats" -
-    echo "abort ssl cert ${testdir}/client1.pem" | socat "${tmpdir}/h1/stats" -
-}
-
-# The certificate was not updated so it should still be revoked
-client c1 -connect ${h1_clearlst_sock} {
-    txreq
-    rxresp
-    expect resp.status == 200
-    expect resp.http.x-ssl == "Revoked"
-} -run
-
-