Security - Labs

After editing ssl.conf and restarting the httpd, status is:
httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2020-06-01 10:02:57 UTC; 15s ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 603 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 602 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 602 (code=exited, status=1/FAILURE)

Hi @katotoy
Can you provide me with a number of the question you mean?

Labs - SSL & TLS Basics - Question No. 13

Hi @katotoy

Sorry for the delay on response.

Make sure that you pass all questions before Q13 correctly then check the full answer of Q13 below :

ssl

Hope this helps!

1 Like

when i do sudo vi /etc/httpd/conf.d/ssl.conf, the file opening total blank why?

Hello @ajit_shukla,
Can you please reset the lab and try to run this sudo vi /etc/httpd/conf.d/ssl.conf on app01? and let us know if you still have the same issue.

Thanks,
KodeKLoud Support

After editing the ssh.conf file and run sudo service httpd restart the httpd service did not run after.

hello,
the location of app01.key and app01.cert is wrong. The correct path is mentioned in the question itself(at the end of the question , which is mentioned as for “reference”) just replace that path with /etc/pki/tls/certs/ and /etc/pki/tls/private/.
the rest is fine.I hope this will do the job.