Plesk and installing SSL certificate
Posted by: Timothy in Plesk, Sys Admin, tags: parallels, PleskInstalling an SSL certification in plesk, looked straight forward. But, there are a few gotchas.
When pasting in your certifacte, in the certificate field make sure you copy and paste the private key first. Followed by the certificate. If you puchased an AV certificate (so your domain is green in the IE bar), make sure you get the root and intermediate certificates.
Look in the /etc/httpd/conf.d/ssl.conf for the line like:
<VirtualHost _default_:443>
If it exists you have to delete/comment this default SSL virtual host starting from the
“<VirtualHost _default_:443>” line and ending with “</VirtualHost>“.
Then stop and start (not restart!) Apache server.
http://kb.parallels.com/en/939
- private key then certifacte
- You must paste in the root certificate first! CA intermediator cerficate then root certifecate


































Entries (RSS)
June 19th, 2008 at 10:28 am - Edit
[...] More here: Plesk and installing SSL certificate [...]
July 16th, 2008 at 6:11 pm - Edit
Hi there,
I was wondring if you provide support for dedicated servers running plesk 8, on linux cent os? I have an SSL problem and i am willing to pay for this to be configured correclty.
Regards
July 21st, 2008 at 8:37 pm - Edit
I do not provide support, but could possibly help. What exactly is the problem?
November 13th, 2008 at 10:36 pm - Edit
Gotta give this one a bump… I can’t believe that this is required, but I ran into it on BOTH of the MediaTemple (dv) servers I started lately. All you really need to do is just comment out the “SSLEngine on” line in the ssl.conf to get it to work. Why exactly this is necessary is beyond me. I think it may be distro-specific, because I haven’t run into it on the plesk-based DV’s I’ve gotten from other providers than MediaTemple.