• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

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