• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved SSL/TLS domain use host certificate

Ankebut

Regular Pleskian
Server operating system version
Ubuntu 20.04.6 LTS
Plesk version and microupdate number
Version 18.0.54 Update #1,
Hello,

Without changing any settings, all domains stopped working when i use domain sample doitauto.de or industriemeister-forum.de I always receive the error message 'NET::ERR_CERT_COMMON_NAME_INVALID.' All domains are using the SSL certificate from the server host. I have now reinstalled Letsencrypt for all domains, but they still use the wrong certificate.
Please help for that i have nor more idea.

Bildschirmfoto 2023-08-01 um 18.13.42.png


Bildschirmfoto 2023-08-01 um 18.08.24.png
 
Which certificate is selected on the "Hosting Settings" dialog from the SSL certificate drop down?
 
To find out details, please do this:

1) Look into /var/www/vhosts/system/doitauto.de/conf/httpd.conf and find the line "SSLCertificateFile /usr/local/psa/var/certificates/<some filename here>", e.g. SSLCertificateFile /usr/local/psa/var/certificates/certIEA7tc or similar.
# grep "SSLCertificateFile /usr/local/psa/var/certificates" /var/www/vhosts/system/doitauto.de/conf/httpd.conf

2) Check the contents of that certificate by running
# openssl x509 -in /usr/local/psa/var/certificates/<filename from step (1) here> -text
for example
# openssl x509 -in /usr/local/psa/var/certificates/certIEA7tc -text
for the line "Subject CN=...".

What does that line say? Does it say "Subject CN=doitauto.de" or does it say anything different?
 
it say:
Not Before: Jul 31 20:07:07 2023 GMT

Not After : Oct 29 20:07:06 2023 GMT

Subject: CN = doitauto.de

Subject Public Key Info:
 
Back
Top