We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a92c87 + 230805d commit 312cd85Copy full SHA for 312cd85
templates/mod/ssl.conf.epp
@@ -29,7 +29,7 @@
29
SSLCACertificateFile "<%= $ssl_ca %>"
30
<%- } -%>
31
SSLUseStapling <%= apache::bool2httpd($ssl_stapling) %>
32
- <%- if $ssl_stapling_return_errors { -%>
+ <%- if $ssl_stapling_return_errors != undef { -%>
33
SSLStaplingReturnResponderErrors <%= apache::bool2httpd($ssl_stapling_return_errors) %>
34
35
SSLStaplingCache "shmcb:<%= $_stapling_cache %>"
0 commit comments