Changeset 47dca21 for npl/internetserver


Ignore:
Timestamp:
03/05/20 16:12:48 (5 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master
Children:
156cefa
Parents:
6f9e80b
Message:

disable ssl stapling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/internetserver/apache_conf/root/etc/apache2/conf.d/httpd-ssl.conf

    r6f9e80b r47dca21  
    2323SSLSessionTickets       off
    2424
    25 SSLUseStapling          on
     25#off: otherwise you'll get timeouts when the server has no internet
     26SSLUseStapling          off
    2627SSLStaplingResponderTimeout 5
    2728SSLStaplingReturnResponderErrors off
     
    6465RewriteOptions inherit
    6566
    66 </VirtualHost>                                 
     67</VirtualHost>
Note: See TracChangeset for help on using the changeset viewer.