We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec479c4 + 6acc989 commit 194ee26Copy full SHA for 194ee26
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