Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
10b184d9
Commit
10b184d9
authored
Nov 11, 2014
by
Leigh B Stoller
Browse files
Turn off SSLv3
parent
d859078e
Changes
2
Hide whitespace changes
Inline
Side-by-side
apache/v2/httpd.conf-ops.in
View file @
10b184d9
...
...
@@ -1143,7 +1143,7 @@ SSLEngine on
# SSL Protocol support:
# List the enable protocol levels with which clients will be able to
# connect. Disable SSLv2 access by default:
SSLProtocol all -SSLv2
SSLProtocol all -SSLv2
-SSLv3
# SSL Cipher Suite:
# List the ciphers that the client is permitted to negotiate.
...
...
apache/v2/httpd.conf.in
View file @
10b184d9
...
...
@@ -1142,7 +1142,7 @@ SSLEngine on
# SSL Protocol support:
# List the enable protocol levels with which clients will be able to
# connect. Disable SSLv2 access by default:
SSLProtocol all -SSLv2
SSLProtocol all -SSLv2
-SSLv3
# SSL Cipher Suite:
# List the ciphers that the client is permitted to negotiate.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment