Security/Server Side TLS: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 230: Line 230:


In Apache 2.4.6, the DH parameter is always set to 1024 bits and is not user configurable. Future versions of Apache will automatically select a better value for the DH parameter.
In Apache 2.4.6, the DH parameter is always set to 1024 bits and is not user configurable. Future versions of Apache will automatically select a better value for the DH parameter.
The configuration below is recommended, it enabled OCSP stapling.
The configuration below is recommended.
<pre>
<pre>
<VirtualHost *:443>
<VirtualHost *:443>
Line 254: Line 254:
</VirtualHost>
</VirtualHost>
</pre>
</pre>


== Haproxy ==
== Haproxy ==
Confirmed users
502

edits

Navigation menu