• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

SSL setup - nginx

IulianOlaru

Basic Pleskian
Hello there,
I am trying to setup a GoDaddy ssl certificate for nginx. I am using CentOS 6.5 with plesk 11.5 and for some reason, the ssl is not working.

I have followed the exact instructions provided by the nginx docs, as well as godaddy and several other tutorials that i have found over the internet.

Is it possible for someone to guide me through this please? Its already been quite a while since i am trying and trying again.
 
If the site has it's own dedicated IP go to

Code:
Plesk -> Tools & Settings -> SSL Certificates -> Add New

and the go to

Code:
Plesk -> Tools & Settings -> IP Addresses -> Click on the domains IP address -> And Select the Certificate and the site from the list.

If The IP Address is shared, go to...

Code:
Plesk -> Domains -> Select Domain -> Secure your site -> Add your SSL and ok.

Then go up a level and select "Hosting Settings" and select the SSL from the drop down menu and click ok.

Files to include...

Private Key - Your Private Key
Certificate - The domains certificate
CA - The intermediate/s certificate/s (not the root, you will get chain issues)

And test at https://www.ssllabs.com/ssltest/index.html

I hope that helps.
Regards

Lloyd

EDIT: And a guide from 123-Reg
 
Last edited:
That would surely work if i was using apache but in my situation, i am using nginx. I have followed a lot of tutorials on installing a ssl on nginx but with no positive results.

My ip is shared.
 
Apache or Nginx the installation of a SSL Certificate is the same..described above.

What do the logs show? And what errors do you get? Do you get any from the panel?
 
I haven't tried with the panel yet because from what i have seen over the internet, installing the SSL for nginx is done only by command line. I will give it a try and get back to you. Thanks for the willingness to help.
 
No problem, glad to help.

Yeah you need to do it in Plesk (described above) so all the relevant files get written, and you'll be fine :)

Kind regards

Lloyd
 
Back
Top