• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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