AcroMedia / ansible-role-virtual-host

Configure NGINX + PHP + SSL for a virtual host across it's complete life cycle from staging to production to decommission
GNU General Public License v3.0
0 stars 3 forks source link

SSL stapling is not applicable in all situations #13

Closed dale-c-anderson closed 3 years ago

dale-c-anderson commented 3 years ago

The SSL template assumes intermediate certs will always be present, but that's not always the case.

E.g. if a site is using a self signed cert, there will be no intermediate, and stapling is not applicable.

The resulting config does not break, but does produce warnings.

dale-c-anderson commented 3 years ago

Fixed by #14