Univention Bugzilla – Attachment 6532 Details for
Bug 34391
Support ECDHE Apache / Perfect Forward Secrecy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add SSL Cipher Suite and SSLHonorCipherOrder to /etc/univention/templates/files/etc/apache2/mods-available/ssl.conf
ssl.conf.patch (text/plain), 785 bytes, created by
Lutz Willek
on 2014-12-15 13:25:38 CET
(
hide
)
Description:
Add SSL Cipher Suite and SSLHonorCipherOrder to /etc/univention/templates/files/etc/apache2/mods-available/ssl.conf
Filename:
MIME Type:
Creator:
Lutz Willek
Created:
2014-12-15 13:25:38 CET
Size:
785 bytes
patch
obsolete
>51a52,70 >> # SSL Cipher Suite: >> # List the ciphers that the client is permitted to negotiate. See the >> # ciphers(1) man page from the openssl package for list of all available >> # options. >> @!@ >> if configRegistry.get('apache2/ssl/ciphersuite'): >> print 'SSLCipherSuite %s' % configRegistry.get('apache2/ssl/ciphersuite') >> @!@ >> >> # SSLHonorCipherOrder >> # Option to prefer the server's cipher preference order >> # When choosing a cipher during an SSLv3 or TLSv1 handshake, normally the >> # client's preference is used. If this directive is enabled, >> # the server's preference will be used instead. >> @!@ >> if configRegistry.get('apache2/ssl/honorcipherorder'): >> print 'SSLHonorCipherOrder %s' % configRegistry.get('apache2/ssl/honorcipherorder') >> >> @!@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 34391
: 6532