![]() |
|
Letsencrypt and Invalid command 'SSLEngine' - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: Letsencrypt and Invalid command 'SSLEngine' (/showthread.php?tid=3086) |
Letsencrypt and Invalid command 'SSLEngine' - GordonF - 09-09-2016 Hi. Followed the http://docs.sentora.org/?node=103 Domains. At the end starting apache I get: Daemon run complete! (22:38 8th Sep 2016 SAST) root@panel:~/letsencrypt# service apache2 restart * Restarting web server apache2 [fail] * The apache2 configtest failed. Output of config test was: AH00526: Syntax error on line 183 of /etc/sentora/configs/apache/httpd-vhosts.conf: Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the server configuration Action 'configtest' failed. Removing the Custom VHost entry allows Apache to start again. I've seen a lot of queries to this regard but cannot find one that is solved. Google has been abused. No other errors during the setup. openssl was installed. Many thanks. RE: Letsencrypt and Invalid command 'SSLEngine' - shaylami - 10-15-2016 same issue for me new server and same error i have another server that works fine and i was comparing configuration and still. help will be gled welcome here RE: Letsencrypt and Invalid command 'SSLEngine' - GordonF - 10-16-2016 (10-15-2016, 07:49 PM)shaylami Wrote: same issue for me new server and same error I've still had no joy or responses but basically gave up and moved the sites to another system as the SSL became a big issue. RE: Letsencrypt and Invalid command 'SSLEngine' - shaylami - 10-16-2016 (10-16-2016, 02:22 AM)GordonF Wrote:(10-15-2016, 07:49 PM)shaylami Wrote: same issue for me new server and same error Hi, i ahve solved this issue if you using ubuntu with apache please enable this module sudo a2enmod ssl service apache2 restart make sure your vhost is ok enjoy |