• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Default SSL certificate - localhost.localdomain?!

albans

Regular Pleskian
Hi,

I use a shared IP address and I was wondering if it was possible to modify the Plesk default certificate (SSL) used when connecting to https://webmail.domain.com.

So I tried to add a self-signed certificate with my name, my domainname, etc... Then I deleted the "default certificate" and defined the IP pool on the new self-signed certificate.

But now, when I connect to https://webmail.domain.com, I got a certificate from SomeOrganization set to localhost.localdomain...

What's wrong? How can I force the use of the self-signed certificate instead of this "SomeOrganization"'s one?

Thanks.
 
I found a solution, thanks to the SWSoft support!

-------------------------------------------
Edit /etc/httpd/conf.d/ssl.conf and comment out (or remove) _default_ virtualhost definitions there, from

<VirtualHost _default_:443>
to
</VirtualHost>

Then stop and start apache (not restart!).

localhost.localdomain certificate is a fake cert from mod_ssl apache RPM and RedHat adds it into config such way that it comes before all the others.
-------------------------------------------
 
Back
Top