https://bz.apache.org/bugzilla/show_bug.cgi?id=69761

            Bug ID: 69761
           Summary: Upgrade to Apache 2.4.65 mods-available/ssl.conf has
                    error on SSLProtocol line
           Product: Apache httpd-2
           Version: 2.4.65
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_ssl
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Upgrade to Apache 2.4.65 execute apachectl configtest gives ssl:warn

AH02532: SSLProtocol: Protocol 'all' overrides already set parameter(s). Check
if a +/- prefix is missing.

Seems mods-available/ssl.conf was updated and the line SSLProtocol specifies
all twice

Line 83 states

SSLProtocol all all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1

Correct value

SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1

After updating the above line the issue gets resolved.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to