Skip to content

can't set ssl_stapling_return_errors to false  #2472

Closed
@vchepkov

Description

@vchepkov

in v11.0.0 of the module a mistake was made in ssl.conf.epp

  <%- if $ssl_stapling_return_errors { -%>
  SSLStaplingReturnResponderErrors <%= apache::bool2httpd($ssl_stapling_return_errors) %>
  <%- } -%>

when value is set to false, directive is excluded and reverts do default, which is 'on'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions