Changeset 156cefa for npl


Ignore:
Timestamp:
03/05/20 16:13:01 (5 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master
Children:
ab298e7
Parents:
47dca21
Message:

disable ssl stapling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/syn3/webint/apacheconf/extra/httpd-ssl.conf

    r47dca21 r156cefa  
    2323SSLSessionTickets       off
    2424
    25 SSLUseStapling          on
     25#off: otherwise you'll get timeouts when there is no internet.
     26SSLUseStapling          off
    2627SSLStaplingResponderTimeout 5
    2728SSLStaplingReturnResponderErrors off
     
    4243    SSLOptions +StdEnvVars
    4344</Directory>
    44 
Note: See TracChangeset for help on using the changeset viewer.