diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-08-05 16:01:50 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-08-05 16:14:36 +0100 |
commit | 0886a95e57e47c507ad3a52e3c9d3581ee7b6ddc (patch) | |
tree | 2a87213e60de78a5f00fecd1acc6ee6142e41665 /test/scripts | |
parent | b9f2a22f51ad7cd95e9c345d904920e351786db2 (diff) |
Testsuite: Avoid requesting TLS cert-status requests from GnuTLS test utility unless wanted
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/5650-OCSP-GnuTLS/5650 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/scripts/5650-OCSP-GnuTLS/5650 b/test/scripts/5650-OCSP-GnuTLS/5650 index 9ebafb3e2..343d6af2f 100644 --- a/test/scripts/5650-OCSP-GnuTLS/5650 +++ b/test/scripts/5650-OCSP-GnuTLS/5650 @@ -94,8 +94,7 @@ exim -bd -oX PORT_D -DSERVER=server \ # Temporarily (I hope) use OpenSSL-based client, as GnuTLS is buggy and always requests (and understands) # stapling # -#client-gnutls \ -client-ssl \ +client-gnutls \ HOSTIPV4 PORT_D aux-fixed/cert2 aux-fixed/cert2 ??? 220 ehlo rhu.barb |