A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5252 ====================================================================== Reported By: dragongeek Assigned To: cgrzemba ====================================================================== Project: apache24 Issue ID: 5252 Category: Reproducibility: have not tried Severity: crash Priority: normal Status: assigned ====================================================================== Date Submitted: 2015-09-17 20:15 CEST Last Modified: 2016-08-04 17:00 CEST ====================================================================== Summary: Cannot start SSL with Apache24 2.4.12 Description: When I enable SSL and restart the Apache svc, it immediately goes into Maintenance mode. It seems to indicate something is broken with the SSLCipherSuite and related options, in that it isn't parsing what are valid options. (I tried the defaults, which worked in Apache 2.2, then some specifics which also work on 2.2 from an older implementation of Apache 2.2 we have running.) ======================================================================
---------------------------------------------------------------------- (0011174) cgrzemba (developer) - 2016-08-04 17:00 https://www.opencsw.org/mantis/view.php?id=5252#c11174 ---------------------------------------------------------------------- This occure if 64bit is enabled. # /usr/bin/svcprop -p general/enable_64bit cswapache24 true # so also /opt/csw/sbin/64/apachectl -M has to run for test. This starts httpd with option '-D 64bit' which in turn loads module from /etc/opt/csw/64/apache2/extra/modules.load There have the be the module enabled also
