I'm trying to get SSL working with WampServer. I'm following this answer, and I get to the section: Now test your Apache installation by calling httpd -t
.
Apache will not restart at this point. Windows error log has an entry:
The Apache service named reported the following error:
>>> Invalid command 'SSLCipherSuite', perhaps misspelled or defined by a module not included in the server configuration .
I can comment out SSLCipherSuite
in:
- C:\wamp\bin\apache\apache2.4.23\conf\extra\httpd-ssl.conf
- C:\wamp\bin\apache\apache2.4.23\conf\original\extra\httpd-ssl.conf
but then the next command down is reported in Windows Error Reporting as an invalid command.
Any pointers?