I installed SSL using this guide but after I finished, I was unable to start up WampServer. I made sure to follow everything correctly in that guide (replacing the paths given in the guide with the ones on my computer).
I looked through my error logs and found nothing from the times I was trying to start the server. When I try to start it using command line with httpd -d
, I get the error
AH00526: Syntax error on line 51 of ......./apache2.4.2/conf/extra/httpd_ssl.conf:
Invalid command 'SSSLCipherSuite', perhaps misspelled or defined by a module not
included in the server configuration
although I have mod_ssl.so in my modules file.
Any ideas?