Ssl – Can’t run ssl – apache

Apache2ssl

I am trying to install SSL certificate for apache. I have already modified httpd.conf, where I uncommented this line

Include conf/extra/httpd-ssl.conf

I have also modified this httpd-ssl.conf file. Now, when I want to run ssl by command

apachectl sslstart

I get this error

The startssl option is no longer supported.
Please edit httpd.conf to include the SSL configuration settings
and then use apachectl start.

Could someone help me? It seems that I have to forgotten for something, but I didn't find any other lines in httpd.conf relate to ssl

Best Answer

As you see in the error you get the 'starssl option is no longer supported. Try to execute:

apachectl start
Related Topic