Skip to content

Instantly share code, notes, and snippets.

@hroling
Last active March 28, 2021 02:42
Show Gist options
  • Save hroling/85f36e86d48285f08161 to your computer and use it in GitHub Desktop.
Save hroling/85f36e86d48285f08161 to your computer and use it in GitHub Desktop.
Apache 2.4 SSL config for A+ on SSLLabs.com
OLD stuff. This was not enough for an A+ anymore.
@cristiroma
Copy link

I'm not entirely sure below is correct, but using suggested config SSLProtocol -ALL -SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2 - triggers https://www.whynopadlock.com/ to show warning that TLSv1 is enabled - which is not good. We are using SSLProtocol TLSv1.2 which is the current standard with upcoming TLSv1.3.

@RavSS
Copy link

RavSS commented Jun 30, 2018

I would avoid configuring HPKP which is the Header set Public-Key-Pins... line, it's depreciated and can cause serious downtime if you fail to use it correctly, like if you don't have backup certificates. E.g. Chrome 67 (and Google altogether) recently dropped support for it, and the end user has to enable it manually via Chrome flags. TLSv1 still might be required if you need to support older browsers and devices like IE10 and Android 4.3 or below versions.

@emilas44
Copy link

This does not give A+ anymore!

@hroling
Copy link
Author

hroling commented Jul 29, 2019

This does not give A+ anymore!

True. I will delete this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment