Skip to content

Apache Stapling (Compatibility only with Apache 2.4)

Shane edited this page Sep 13, 2015 · 1 revision

If you are using less than Apache 2.4 then you will end up having Apache2 errors after installing related to Apache SSL Stapling.

To disable that you would do the following:

  1. sudo nano /etc/apache2/ssl.conf
  2. Change the line SSLUseStapling On to #SSLUseStapling On in the ssl.conf apache config
  3. Ctrl+X (to save)
  4. sudo service apache2 restart which will restart your apache

Note: It is important to note that if you run the ansible scripts again after a reboot you will need to do this manually. The other option is to directly edit the ansible script to comment this line out so that if you do end up running it again you won't run into an apache2 failure and scratch your head wondering why. :)