Bug #1792
Httpd: httpd.conf SSLProtocol value error
Status: | CLOSED | Start date: | 03/26/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | 03/26/2013 | |
Assignee: | - | % Done: | 100% | |
Category: | nethserver-httpd | |||
Target version: | v6.4-beta1 | |||
Security class: | Resolution: | |||
Affected version: | v6.4-alpha2 | NEEDINFO: |
Description
Value for SSLProtocol
directive in /etc/httpd/conf.d/ssl.conf
leads to a syntax error, when httpd/SSLv2
prop is enabled
:
Syntax error on line 29 of /etc/httpd/conf.d/ssl.conf: SSLProtocol: Illegal protocol '1'
# config show httpd httpd=service Runlevels=2,3,4,5 SSLCipherSuite=ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM SSLv2=enabled TCPPorts=80,443 __fwAdjustTCP=80,443 access=public managedBy=nethserver-httpd,nethserver-sogo status=enabled
/etc/httpd/conf.d/ssl.conf
contents (last 4 lines):
SSLRandomSeed connect builtin SSLProtocol all 1
Related issues
Associated revisions
ssl.conf: fixed SSLProtocol value, when SSLv2 prop is "disabled". Fixes #1792
History
#1 Updated by Davide Principi over 8 years ago
- Due date set to 03/26/2013
- Status changed from NEW to ON_DEV
- Start date set to 03/26/2013
- % Done changed from 10 to 80
#2 Updated by Davide Principi over 8 years ago
- Status changed from ON_DEV to MODIFIED
- % Done changed from 80 to 100
Applied in changeset nethserver-httpd|commit:ad58ae4076340fb1708bff24a1c558ad24a3b06a.
#3 Updated by Davide Principi over 8 years ago
In nethserver-testing
repository: nethserver-httpd-2.1.0-1.ns6.noarch.rpm
#4 Updated by Davide Principi about 8 years ago
- Status changed from MODIFIED to CLOSED