I have tried ssl certification using nginx method, I have checked config by using sudo nginx -t
and it is ok(successful)
Then I restatred nginx service by using sudo service nginx restart
this command and it is giving error for that.
Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
How should I proceed in SSL certification? I want https, please guide me!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there @krishnannavadia ,
If you would like to debug this, take a look at the output above. You should run the
systemctl
command would you like to get some more information.For example, when the service is running normally you would see this:
If not, you might see errors and you can debug the issues this way: