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 d59b0e5 + 79f5e1d commit 5668083Copy full SHA for 5668083
sites-available/example.com.conf
@@ -168,6 +168,9 @@ server {
168
ssl_certificate /etc/ssl/certs/example-cert.pem;
169
ssl_certificate_key /etc/ssl/private/example.key;
170
171
+ # Disable SSL v3 protocol to fix POODLE bug.
172
+ ssl_protocols TLSv1.2 TLSv1.1 TLSv1;
173
+
174
## Strict Transport Security header for enhanced security. See
175
## http://www.chromium.org/sts. I've set it to 2 hours; set it to
176
## whichever age you want.
0 commit comments