Changeset 587642d in mod_gnutls


Ignore:
Timestamp:
Jan 12, 2020, 3:54:44 AM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master, proxy-ticket
Children:
845c112
Parents:
c446ca5
Message:

OCSP test: Prevent single-second refresh intervals

With the default failure timeout the default fuzz time ended up being
larger than the cache timeout. Reduce the failure timeout to make sure
extremely short refresh intervals don't interfere with tests.

Location:
test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/data/ocsp.cgi

    rc446ca5 r587642d  
    3939fi
    4040if [ -z "${OCSP_VALID_MIN}" ]; then
    41     OCSP_VALID_MIN="3"
     41    OCSP_VALID_MIN="5"
    4242fi
    4343
  • test/tests/27_OCSP_server/apache.conf

    rc446ca5 r587642d  
    1111        # Enabled by default
    1212        #GnuTLSOCSPStapling     On
    13         GnuTLSOCSPCacheTimeout  60
     13        GnuTLSOCSPCacheTimeout  120
     14        GnuTLSOCSPFailureTimeout 20
    1415        GnuTLSCertificateFile   authority/subca/server/x509-chain.pem
    1516        GnuTLSKeyFile           authority/subca/server/secret.key
Note: See TracChangeset for help on using the changeset viewer.