Byzantium / ByzPi

RaspberryPi port of Byzantium Linux.
http://byzantium.github.com/ByzPi/
72 stars 19 forks source link

Apache2 doesn't start, Invalid Command SSLCipherSuite. #18

Closed virtadpt closed 11 years ago

virtadpt commented 11 years ago

Apache2 doesn't start, bad line in /etc/apache2/conf.d/httpd-ssl.conf:

Invalid command SSLCipherSuite, perhaps misspelled or defined by a module
not included in the server configuration.

Line in question:

SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5

Known-good line below it (commented out for reference):

SSLCipherSuite RC4-SHA:AES128-SHA:HIGH:MEDIUM:!aNULL:!MD5
virtadpt commented 11 years ago

Swapping in the commented-out line didn't work.

mod_ssl.so is in the modules/ collection.

Ran command a2enmod ssl successfully. SSL cert did not auto-generate.

virtadpt commented 11 years ago

/etc/init.d/ssl did not run at boot-time.

Running commands update-rc.d ssl defaults and update-rc.d ssl enable added our /etc/init.d/ssl script to the /etc/rc?.d directories.

virtadpt commented 11 years ago

Added a check to see if mod_ssl is enabled to /etc/init.d/ssl and if it's not does so. Commit: e6efb1b982d3e64da849dc756304bff5fdc96ff9