• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

SSL Certificate with Virtual Hosting

R

rp4000

Guest
I have a server with a number of domains virtual hosted. I want to install an SSL certificate on one of those domains. This will be the only certificate on the box. Only the domain the certificate has been issued for will use HTTPS.

When I configure the certificate for the given domain, it does not appear to be used. The browser reports a certificate for localhost. I've assigned it to the IP Pooling.

Does anybody have step by step instructions / troubleshooting info for how to make this work? It appears to me that Apache is not using the correct certificate.

Also, I notice that when I make changes through Plesk, the http.include file is not updated. If I modify the certificate, the httpd.include contains a reference to the previous sslcertificatefile which prevents httpd restarting.
 
I figured this one out. The ServerName is httpd.include is domain.com, the certificate is www.domain.com. Now it uses my certificate and not one that says localhost.
 
Back
Top